#02462C

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

Shades of British Racing Green #02462C

Tints of British Racing Green #02462C

Color information

#02462C (or 0x02462C) is unknown color: approx British Racing Green. HEX triplet: 02, 46 and 2C. RGB value is (2,70,44). Sum of RGB (Red+Green+Blue) = 2+70+44=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #02462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02462C is #FDB9D3. Grayscale: #2E2E2E. Windows color (decimal): -16628180 or 2901506. OLE color: 2901506.

HSL color Cylindrical-coordinate representation of color #02462C: hue angle of 157.06º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02462C is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB27044-
CMYK0.9700.370.73
HSL157.06º94.44%14.12%-
HSV(B)157.06º97.14%27.45%-
XYZ2.674.583.13-
YUV46.7126.4796.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 70 (27.73% from 255) = 60.34%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=1.72%
G=60.34%
B=37.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270440.9700.370.73157.0694.4414.12
Hex2462C61025499d5ee
Octal21065414104511123513616
Binary1010001101011001100001010010110010011001110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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