#02461E

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

Shades of British Racing Green #02461E

Tints of British Racing Green #02461E

Color information

#02461E (or 0x02461E) is unknown color: approx British Racing Green. HEX triplet: 02, 46 and 1E. RGB value is (2,70,30). Sum of RGB (Red+Green+Blue) = 2+70+30=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 70 (27.73% from 255 or 68.63% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 70 - color contains mainly: green. Hex color #02461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02461E is #FDB9E1. Grayscale: #2D2D2D. Windows color (decimal): -16628194 or 1984002. OLE color: 1984002.

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

Color convert

RGB27030-
CMYK0.9700.570.73
HSL144.71º94.44%14.12%-
HSV(B)144.71º97.14%27.45%-
XYZ2.454.491.97-
YUV45.11119.4797.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 70 (27.73% from 255) = 68.63%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=1.96%
G=68.63%
B=29.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270300.9700.570.73144.7194.4414.12
Hex2461E6103949915ee
Octal21063614107111122113616
Binary101000110111101100001011100110010011001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02461E; }

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

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

<style>
 a { background-color: #02461E; }

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

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

<style>
 span { border-color: #02461E; }

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

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