Html Css Color HEX #024F16 British Racing Green

📋 copy color: '#024F16'

red 2 ◦ green 79 ◦ blue 22

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

Shades of British Racing Green #024F16

Tints of British Racing Green #024F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 76.7%

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

R = 1.94%
G = 76.7%
B = 21.36%

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

#024F16 (or 0x024F16) is known color: British Racing Green. HEX triplet: 02, 4F and 16. RGB value is (2,79,22). Sum of RGB (Red+Green+Blue) = 2+79+22=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 79 (31.25% from 255 or 76.70% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 79 - color contains mainly: green. Hex color #024F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F16 is #FDB0E9. Grayscale: #313131. Windows color (decimal): -16625898 or 1462018. OLE color: 1462018.

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

Color convert

RGB 2 79 22 -
CMYK 0.97 0 0.72 0.69
HSL 135.58º 0.95% 0.16% -
HSV(B) 135.58º 0.97% 0.31% -
XYZ 2.97 5.66 1.7 -
YUV 49.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 2 79 22 0.97 0 0.72 0.69 135.58 0.95 0.16
Hex 2 4F 16 61 0 48 45 88 5F 10
Octal 2 117 26 141 0 110 105 210 137 20
Binary 10 1001111 10110 1100001 0 1001000 1000101 10001000 1011111 10000

Color Harmonies of #024F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F16

Black with #024F16

Text Example


Text Example

White with #024F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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