#06402D

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

Shades of British Racing Green #06402D

Tints of British Racing Green #06402D

Color information

#06402D (or 0x06402D) is unknown color: approx British Racing Green. HEX triplet: 06, 40 and 2D. RGB value is (6,64,45). Sum of RGB (Red+Green+Blue) = 6+64+45=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #06402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06402D is #F9BFD2. Grayscale: #2C2C2C. Windows color (decimal): -16367571 or 2965510. OLE color: 2965510.

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

Color convert

RGB66445-
CMYK0.9100.300.75
HSL160.34º82.86%13.73%-
HSV(B)160.34º90.62%25.1%-
XYZ2.383.893.11-
YUV44.49128.28100.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 45 (17.97% from 255) = 39.13%
R=5.22%
G=55.65%
B=39.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664450.9100.300.75160.3482.8613.73
Hex6402D5B01E4Ba053e
Octal61005513303611324012316
Binary1101000000101101101101101111010010111010000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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