#02462D

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

Shades of British Racing Green #02462D

Tints of British Racing Green #02462D

Color information

#02462D (or 0x02462D) is unknown color: approx British Racing Green. HEX triplet: 02, 46 and 2D. RGB value is (2,70,45). Sum of RGB (Red+Green+Blue) = 2+70+45=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #02462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02462D is #FDB9D2. Grayscale: #2E2E2E. Windows color (decimal): -16628179 or 2967042. OLE color: 2967042.

HSL color Cylindrical-coordinate representation of color #02462D: hue angle of 157.94º 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 #02462D is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB27045-
CMYK0.9700.360.73
HSL157.94º94.44%14.12%-
HSV(B)157.94º97.14%27.45%-
XYZ2.694.583.23-
YUV46.82126.9796.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 70 (27.73% from 255) = 59.83%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=1.71%
G=59.83%
B=38.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270450.9700.360.73157.9494.4414.12
Hex2462D61024499e5ee
Octal21065514104411123613616
Binary1010001101011011100001010010010010011001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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