#06421F

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

Shades of British Racing Green #06421F

Tints of British Racing Green #06421F

Color information

#06421F (or 0x06421F) is unknown color: approx British Racing Green. HEX triplet: 06, 42 and 1F. RGB value is (6,66,31). Sum of RGB (Red+Green+Blue) = 6+66+31=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #06421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06421F is #F9BDE0. Grayscale: #2C2C2C. Windows color (decimal): -16367073 or 2048518. OLE color: 2048518.

HSL color Cylindrical-coordinate representation of color #06421F: hue angle of 145º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06421F is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB66631-
CMYK0.9100.530.74
HSL145º83.33%14.12%-
HSV(B)145º90.91%25.88%-
XYZ2.274.031.96-
YUV44.07120.62100.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 66 (26.17% from 255) = 64.08%
BLUE value IS 31 (12.5% from 255) = 30.10%
R=5.83%
G=64.08%
B=30.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666310.9100.530.7414583.3314.12
Hex6421F5B0354A9153e
Octal61023713306511222112316
Binary1101000010111111011011011010110010101001000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06421F; }

 p { color: rgb(6,66,31); }

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

<style>
 a { background-color: #06421F; }

 a { background-color: rgb(6,66,31); }

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

<style>
 span { border-color: #06421F; }

 span { border-color: rgb(6,66,31); }

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