#02422F

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

Shades of British Racing Green #02422F

Tints of British Racing Green #02422F

Color information

#02422F (or 0x02422F) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 2F. RGB value is (2,66,47). Sum of RGB (Red+Green+Blue) = 2+66+47=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #02422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02422F is #FDBDD0. Grayscale: #2C2C2C. Windows color (decimal): -16629201 or 3097090. OLE color: 3097090.

HSL color Cylindrical-coordinate representation of color #02422F: hue angle of 162.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02422F is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB26647-
CMYK0.9700.290.74
HSL162.19º94.12%13.33%-
HSV(B)162.19º96.97%25.88%-
XYZ2.494.113.35-
YUV44.7129.397.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 66 (26.17% from 255) = 57.39%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=1.74%
G=57.39%
B=40.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266470.9700.290.74162.1994.1213.33
Hex2422F6101D4Aa25ed
Octal21025714103511224213615
Binary101000010101111110000101110110010101010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,66,47); }

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

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

 a { background-color: rgb(2,66,47); }

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

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

 span { border-color: rgb(2,66,47); }

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