#02462B

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

Shades of British Racing Green #02462B

Tints of British Racing Green #02462B

Color information

#02462B (or 0x02462B) is unknown color: approx British Racing Green. HEX triplet: 02, 46 and 2B. RGB value is (2,70,43). Sum of RGB (Red+Green+Blue) = 2+70+43=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #02462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02462B is #FDB9D4. Grayscale: #2E2E2E. Windows color (decimal): -16628181 or 2835970. OLE color: 2835970.

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

Color convert

RGB27043-
CMYK0.9700.390.73
HSL156.18º94.44%14.12%-
HSV(B)156.18º97.14%27.45%-
XYZ2.654.573.03-
YUV46.59125.9796.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 70 (27.73% from 255) = 60.87%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=1.74%
G=60.87%
B=37.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270430.9700.390.73156.1894.4414.12
Hex2462B61027499c5ee
Octal21065314104711123413616
Binary1010001101010111100001010011110010011001110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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