Html Css Color HEX #024E10 British Racing Green

📋 copy color: '#024E10'

red 2 ◦ green 78 ◦ blue 16

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

Shades of British Racing Green #024E10

Tints of British Racing Green #024E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.67%

R = 2.08%
G = 81.25%
B = 16.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#024E10 (or 0x024E10) is known color: British Racing Green. HEX triplet: 02, 4E and 10. RGB value is (2,78,16). Sum of RGB (Red+Green+Blue) = 2+78+16=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 78 (30.86% from 255 or 81.25% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 78 - color contains mainly: green. Hex color #024E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E10 is #FDB1EF. Grayscale: #303030. Windows color (decimal): -16626160 or 1068546. OLE color: 1068546.

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

Color convert

RGB 2 78 16 -
CMYK 0.97 0 0.79 0.69
HSL 131.05º 0.95% 0.16% -
HSV(B) 131.05º 0.97% 0.31% -
XYZ 2.84 5.5 1.4 -
YUV 48.21 109.82 95.04 -
System Red Green Blue C M Y K H S L
Decimal 2 78 16 0.97 0 0.79 0.69 131.05 0.95 0.16
Hex 2 4E 10 61 0 4F 45 83 5F 10
Octal 2 116 20 141 0 117 105 203 137 20
Binary 10 1001110 10000 1100001 0 1001111 1000101 10000011 1011111 10000

Color Harmonies of #024E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E10

Black with #024E10

Text Example


Text Example

White with #024E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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