#02472F

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

Shades of British Racing Green #02472F

Tints of British Racing Green #02472F

Color information

#02472F (or 0x02472F) is unknown color: approx British Racing Green. HEX triplet: 02, 47 and 2F. RGB value is (2,71,47). Sum of RGB (Red+Green+Blue) = 2+71+47=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #02472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02472F is #FDB8D0. Grayscale: #2F2F2F. Windows color (decimal): -16627921 or 3098370. OLE color: 3098370.

HSL color Cylindrical-coordinate representation of color #02472F: hue angle of 159.13º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02472F is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB27147-
CMYK0.9700.340.72
HSL159.13º94.52%14.31%-
HSV(B)159.13º97.18%27.84%-
XYZ2.794.723.45-
YUV47.63127.6495.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 71 (28.12% from 255) = 59.17%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=1.67%
G=59.17%
B=39.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271470.9700.340.72159.1394.5214.31
Hex2472F61022489f5fe
Octal21075714104211023713716
Binary1010001111011111100001010001010010001001111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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