Html Css Color HEX #024E16 British Racing Green

📋 copy color: '#024E16'

red 2 ◦ green 78 ◦ blue 22

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

Shades of British Racing Green #024E16

Tints of British Racing Green #024E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.57%

R = 1.96%
G = 76.47%
B = 21.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#024E16 (or 0x024E16) is known color: British Racing Green. HEX triplet: 02, 4E and 16. RGB value is (2,78,22). Sum of RGB (Red+Green+Blue) = 2+78+22=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 78 (30.86% from 255 or 76.47% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 78 - color contains mainly: green. Hex color #024E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E16 is #FDB1E9. Grayscale: #313131. Windows color (decimal): -16626154 or 1461762. OLE color: 1461762.

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

Color convert

RGB 2 78 22 -
CMYK 0.97 0 0.72 0.69
HSL 135.79º 0.95% 0.16% -
HSV(B) 135.79º 0.97% 0.31% -
XYZ 2.89 5.52 1.67 -
YUV 48.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 2 78 22 0.97 0 0.72 0.69 135.79 0.95 0.16
Hex 2 4E 16 61 0 48 45 88 5F 10
Octal 2 116 26 141 0 110 105 210 137 20
Binary 10 1001110 10110 1100001 0 1001000 1000101 10001000 1011111 10000

Color Harmonies of #024E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E16

Black with #024E16

Text Example


Text Example

White with #024E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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