Html Css Color HEX #024516 British Racing Green

📋 copy color: '#024516'

red 2 ◦ green 69 ◦ blue 22

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

Shades of British Racing Green #024516

Tints of British Racing Green #024516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 74.19%

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

R = 2.15%
G = 74.19%
B = 23.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#024516 (or 0x024516) is known color: British Racing Green. HEX triplet: 02, 45 and 16. RGB value is (2,69,22). Sum of RGB (Red+Green+Blue) = 2+69+22=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 69 (27.34% from 255 or 74.19% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 69 - color contains mainly: green. Hex color #024516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024516 is #FDBAE9. Grayscale: #2B2B2B. Windows color (decimal): -16628458 or 1459458. OLE color: 1459458.

HSL color Cylindrical-coordinate representation of color #024516: hue angle of 137.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024516 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 69 22 -
CMYK 0.97 0 0.68 0.73
HSL 137.91º 0.94% 0.14% -
HSV(B) 137.91º 0.97% 0.27% -
XYZ 2.3 4.33 1.47 -
YUV 43.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 2 69 22 0.97 0 0.68 0.73 137.91 0.94 0.14
Hex 2 45 16 61 0 44 49 8A 5E E
Octal 2 105 26 141 0 104 111 212 136 16
Binary 10 1000101 10110 1100001 0 1000100 1001001 10001010 1011110 1110

Color Harmonies of #024516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024516

Black with #024516

Text Example


Text Example

White with #024516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024516; }

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

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

background-color css

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

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

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

border-color css

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

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

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