Html Css Color HEX #024F11 British Racing Green

📋 copy color: '#024F11'

red 2 ◦ green 79 ◦ blue 17

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

Shades of British Racing Green #024F11

Tints of British Racing Green #024F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17.35%

R = 2.04%
G = 80.61%
B = 17.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#024F11 (or 0x024F11) is known color: British Racing Green. HEX triplet: 02, 4F and 11. RGB value is (2,79,17). Sum of RGB (Red+Green+Blue) = 2+79+17=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 79 (31.25% from 255 or 80.61% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 79 - color contains mainly: green. Hex color #024F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F11 is #FDB0EE. Grayscale: #313131. Windows color (decimal): -16625903 or 1134338. OLE color: 1134338.

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

Color convert

RGB 2 79 17 -
CMYK 0.97 0 0.78 0.69
HSL 131.69º 0.95% 0.16% -
HSV(B) 131.69º 0.97% 0.31% -
XYZ 2.92 5.65 1.47 -
YUV 48.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 2 79 17 0.97 0 0.78 0.69 131.69 0.95 0.16
Hex 2 4F 11 61 0 4E 45 84 5F 10
Octal 2 117 21 141 0 116 105 204 137 20
Binary 10 1001111 10001 1100001 0 1001110 1000101 10000100 1011111 10000

Color Harmonies of #024F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F11

Black with #024F11

Text Example


Text Example

White with #024F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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