#024E1A

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

Shades of British Racing Green #024E1A

Tints of British Racing Green #024E1A

Color information

#024E1A (or 0x024E1A) is unknown color: approx British Racing Green. HEX triplet: 02, 4E and 1A. RGB value is (2,78,26). Sum of RGB (Red+Green+Blue) = 2+78+26=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 78 (30.86% from 255 or 73.58% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 78 - color contains mainly: green. Hex color #024E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E1A is #FDB1E5. Grayscale: #313131. Windows color (decimal): -16626150 or 1723906. OLE color: 1723906.

HSL color Cylindrical-coordinate representation of color #024E1A: hue angle of 138.95º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E1A is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB27826-
CMYK0.9700.670.69
HSL138.95º95%15.69%-
HSV(B)138.95º97.44%30.59%-
XYZ2.945.541.89-
YUV49.35114.8294.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 78 (30.86% from 255) = 73.58%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=1.89%
G=73.58%
B=24.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278260.9700.670.69138.959515.69
Hex24E1A61043458b5f10
Octal211632141010310521313720
Binary10100111011010110000101000011100010110001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024E1A; }

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

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

<style>
 a { background-color: #024E1A; }

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

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

<style>
 span { border-color: #024E1A; }

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

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