#02472C

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

Shades of British Racing Green #02472C

Tints of British Racing Green #02472C

Color information

#02472C (or 0x02472C) is unknown color: approx British Racing Green. HEX triplet: 02, 47 and 2C. RGB value is (2,71,44). Sum of RGB (Red+Green+Blue) = 2+71+44=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #02472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02472C is #FDB8D3. Grayscale: #2F2F2F. Windows color (decimal): -16627924 or 2901762. OLE color: 2901762.

HSL color Cylindrical-coordinate representation of color #02472C: hue angle of 156.52º 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 #02472C is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB27144-
CMYK0.9700.380.72
HSL156.52º94.52%14.31%-
HSV(B)156.52º97.18%27.84%-
XYZ2.734.73.15-
YUV47.29126.1495.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 71 (28.12% from 255) = 60.68%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=1.71%
G=60.68%
B=37.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271440.9700.380.72156.5294.5214.31
Hex2472C61026489d5fe
Octal21075414104611023513716
Binary1010001111011001100001010011010010001001110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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