#06402B

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

Shades of British Racing Green #06402B

Tints of British Racing Green #06402B

Color information

#06402B (or 0x06402B) is unknown color: approx British Racing Green. HEX triplet: 06, 40 and 2B. RGB value is (6,64,43). Sum of RGB (Red+Green+Blue) = 6+64+43=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #06402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06402B is #F9BFD4. Grayscale: #2C2C2C. Windows color (decimal): -16367573 or 2834438. OLE color: 2834438.

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

Color convert

RGB66443-
CMYK0.9100.330.75
HSL158.28º82.86%13.73%-
HSV(B)158.28º90.62%25.1%-
XYZ2.343.882.91-
YUV44.26127.28100.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=5.31%
G=56.64%
B=38.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664430.9100.330.75158.2882.8613.73
Hex6402B5B0214B9e53e
Octal61005313304111323612316
Binary11010000001010111011011010000110010111001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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