#02461B

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

Shades of British Racing Green #02461B

Tints of British Racing Green #02461B

Color information

#02461B (or 0x02461B) is unknown color: approx British Racing Green. HEX triplet: 02, 46 and 1B. RGB value is (2,70,27). Sum of RGB (Red+Green+Blue) = 2+70+27=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #02461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02461B is #FDB9E4. Grayscale: #2C2C2C. Windows color (decimal): -16628197 or 1787394. OLE color: 1787394.

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

Color convert

RGB27027-
CMYK0.9700.610.73
HSL142.06º94.44%14.12%-
HSV(B)142.06º97.14%27.45%-
XYZ2.414.471.77-
YUV44.77117.9797.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 70 (27.73% from 255) = 70.71%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=2.02%
G=70.71%
B=27.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270270.9700.610.73142.0694.4414.12
Hex2461B6103D498e5ee
Octal21063314107511121613616
Binary101000110110111100001011110110010011000111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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