#02461A

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

Shades of British Racing Green #02461A

Tints of British Racing Green #02461A

Color information

#02461A (or 0x02461A) is unknown color: approx British Racing Green. HEX triplet: 02, 46 and 1A. RGB value is (2,70,26). Sum of RGB (Red+Green+Blue) = 2+70+26=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #02461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02461A is #FDB9E5. Grayscale: #2C2C2C. Windows color (decimal): -16628198 or 1721858. OLE color: 1721858.

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

Color convert

RGB27026-
CMYK0.9700.630.73
HSL141.18º94.44%14.12%-
HSV(B)141.18º97.14%27.45%-
XYZ2.44.471.71-
YUV44.65117.4797.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 70 (27.73% from 255) = 71.43%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=2.04%
G=71.43%
B=26.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270260.9700.630.73141.1894.4414.12
Hex2461A6103F498d5ee
Octal21063214107711121513616
Binary101000110110101100001011111110010011000110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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