Html Css Color HEX #024910 British Racing Green

📋 copy color: '#024910'

red 2 ◦ green 73 ◦ blue 16

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

Shades of British Racing Green #024910

Tints of British Racing Green #024910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 80.22%

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

R = 2.2%
G = 80.22%
B = 17.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#024910 (or 0x024910) is known color: British Racing Green. HEX triplet: 02, 49 and 10. RGB value is (2,73,16). Sum of RGB (Red+Green+Blue) = 2+73+16=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 73 (28.91% from 255 or 80.22% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 73 - color contains mainly: green. Hex color #024910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024910 is #FDB6EF. Grayscale: #2D2D2D. Windows color (decimal): -16627440 or 1067266. OLE color: 1067266.

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

Color convert

RGB 2 73 16 -
CMYK 0.97 0 0.78 0.71
HSL 131.83º 0.95% 0.15% -
HSV(B) 131.83º 0.97% 0.29% -
XYZ 2.5 4.82 1.29 -
YUV 45.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 2 73 16 0.97 0 0.78 0.71 131.83 0.95 0.15
Hex 2 49 10 61 0 4E 47 84 5F F
Octal 2 111 20 141 0 116 107 204 137 17
Binary 10 1001001 10000 1100001 0 1001110 1000111 10000100 1011111 1111

Color Harmonies of #024910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024910

Black with #024910

Text Example


Text Example

White with #024910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024910; }

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

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

background-color css

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

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

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

border-color css

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

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

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