#06402A

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

Shades of British Racing Green #06402A

Tints of British Racing Green #06402A

Color information

#06402A (or 0x06402A) is unknown color: approx British Racing Green. HEX triplet: 06, 40 and 2A. RGB value is (6,64,42). Sum of RGB (Red+Green+Blue) = 6+64+42=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #06402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06402A is #F9BFD5. Grayscale: #2C2C2C. Windows color (decimal): -16367574 or 2768902. OLE color: 2768902.

HSL color Cylindrical-coordinate representation of color #06402A: hue angle of 157.24º 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 #06402A is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB66442-
CMYK0.9100.340.75
HSL157.24º82.86%13.73%-
HSV(B)157.24º90.62%25.1%-
XYZ2.333.872.82-
YUV44.15126.78100.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=5.36%
G=57.14%
B=37.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664420.9100.340.75157.2482.8613.73
Hex6402A5B0224B9d53e
Octal61005213304211323512316
Binary11010000001010101011011010001010010111001110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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