Html Css Color HEX #024E12 British Racing Green

📋 copy color: '#024E12'

red 2 ◦ green 78 ◦ blue 18

#024E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #024E12

Tints of British Racing Green #024E12

RGB

 RED value IS 2 (1.17% from 255) = 2.04%

 GREEN value IS 78 (30.86% from 255) = 79.59%

 BLUE value IS 18 (7.42% from 255) = 18.37%

R = 2.04%
G = 79.59%
B = 18.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#024E12 (or 0x024E12) is known color: British Racing Green. HEX triplet: 02, 4E and 12. RGB value is (2,78,18). Sum of RGB (Red+Green+Blue) = 2+78+18=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 78 (30.86% from 255 or 79.59% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 78 - color contains mainly: green. Hex color #024E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E12 is #FDB1ED. Grayscale: #303030. Windows color (decimal): -16626158 or 1199618. OLE color: 1199618.

HSL color Cylindrical-coordinate representation of color #024E12: hue angle of 132.63º 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 #024E12 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 78 18 -
CMYK 0.97 0 0.77 0.69
HSL 132.63º 0.95% 0.16% -
HSV(B) 132.63º 0.97% 0.31% -
XYZ 2.86 5.51 1.48 -
YUV 48.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 2 78 18 0.97 0 0.77 0.69 132.63 0.95 0.16
Hex 2 4E 12 61 0 4D 45 85 5F 10
Octal 2 116 22 141 0 115 105 205 137 20
Binary 10 1001110 10010 1100001 0 1001101 1000101 10000101 1011111 10000

Color Harmonies of #024E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E12

Black with #024E12

Text Example


Text Example

White with #024E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #024E12;
 }
 .AnyTagClassName
 {
   color: #024E12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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