#06402C

Color #06402C British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #06402C

Tints of British Racing Green #06402C

Color information

#06402C (or 0x06402C) is unknown color: approx British Racing Green. HEX triplet: 06, 40 and 2C. RGB value is (6,64,44). Sum of RGB (Red+Green+Blue) = 6+64+44=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #06402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06402C is #F9BFD3. Grayscale: #2C2C2C. Windows color (decimal): -16367572 or 2899974. OLE color: 2899974.

HSL color Cylindrical-coordinate representation of color #06402C: hue angle of 159.31º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06402C is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB66444-
CMYK0.9100.310.75
HSL159.31º82.86%13.73%-
HSV(B)159.31º90.62%25.1%-
XYZ2.363.893.01-
YUV44.38127.78100.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 44 (17.58% from 255) = 38.60%
R=5.26%
G=56.14%
B=38.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664440.9100.310.75159.3182.8613.73
Hex6402C5B01F4B9f53e
Octal61005413303711323712316
Binary1101000000101100101101101111110010111001111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06402C; }

 p { color: rgb(6,64,44); }

 H1.HeaderClassName
 {
   color: #06402C;
 }
 .AnyTagClassName
 {
   color: #06402C;
 }
</style>
background-color css

<style>
 a { background-color: #06402C; }

 a { background-color: rgb(6,64,44); }

 div.DivClassName
 {
   background-color: #06402C;
 }
 .BgClassName
 {
   background-color: #06402C;
 }
</style>
border-color css

<style>
 span { border-color: #06402C; }

 span { border-color: rgb(6,64,44); }

 td.TdClassName
 {
   border-color: #06402C;
 }
 .TagClassName
 {
   border-color: #06402C;
 }
</style>