Html Css Color HEX #024520 British Racing Green

📋 copy color: '#024520'

red 2 ◦ green 69 ◦ blue 32

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

Shades of British Racing Green #024520

Tints of British Racing Green #024520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 31.07%

R = 1.94%
G = 66.99%
B = 31.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#024520 (or 0x024520) is known color: British Racing Green. HEX triplet: 02, 45 and 20. RGB value is (2,69,32). Sum of RGB (Red+Green+Blue) = 2+69+32=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 69 (27.34% from 255 or 66.99% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 69 - color contains mainly: green. Hex color #024520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024520 is #FDBADF. Grayscale: #2C2C2C. Windows color (decimal): -16628448 or 2114818. OLE color: 2114818.

HSL color Cylindrical-coordinate representation of color #024520: hue angle of 146.87º 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 #024520 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 69 32 -
CMYK 0.97 0 0.54 0.73
HSL 146.87º 0.94% 0.14% -
HSV(B) 146.87º 0.97% 0.27% -
XYZ 2.41 4.37 2.08 -
YUV 44.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 2 69 32 0.97 0 0.54 0.73 146.87 0.94 0.14
Hex 2 45 20 61 0 36 49 93 5E E
Octal 2 105 40 141 0 66 111 223 136 16
Binary 10 1000101 100000 1100001 0 110110 1001001 10010011 1011110 1110

Color Harmonies of #024520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024520

Black with #024520

Text Example


Text Example

White with #024520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024520; }

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

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

background-color css

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

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

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

border-color css

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

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

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