Html Css Color HEX #024811 British Racing Green

📋 copy color: '#024811'

red 2 ◦ green 72 ◦ blue 17

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

Shades of British Racing Green #024811

Tints of British Racing Green #024811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 79.12%

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

R = 2.2%
G = 79.12%
B = 18.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#024811 (or 0x024811) is known color: British Racing Green. HEX triplet: 02, 48 and 11. RGB value is (2,72,17). Sum of RGB (Red+Green+Blue) = 2+72+17=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 72 (28.52% from 255 or 79.12% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 72 - color contains mainly: green. Hex color #024811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024811 is #FDB7EE. Grayscale: #2C2C2C. Windows color (decimal): -16627695 or 1132546. OLE color: 1132546.

HSL color Cylindrical-coordinate representation of color #024811: hue angle of 132.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024811 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 72 17 -
CMYK 0.97 0 0.76 0.72
HSL 132.86º 0.95% 0.15% -
HSV(B) 132.86º 0.97% 0.28% -
XYZ 2.44 4.69 1.31 -
YUV 44.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 2 72 17 0.97 0 0.76 0.72 132.86 0.95 0.15
Hex 2 48 11 61 0 4C 48 85 5F F
Octal 2 110 21 141 0 114 110 205 137 17
Binary 10 1001000 10001 1100001 0 1001100 1001000 10000101 1011111 1111

Color Harmonies of #024811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024811

Black with #024811

Text Example


Text Example

White with #024811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024811; }

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

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

background-color css

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

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

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

border-color css

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

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

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