Html Css Color HEX #024514 British Racing Green

📋 copy color: '#024514'

red 2 ◦ green 69 ◦ blue 20

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

Shades of British Racing Green #024514

Tints of British Racing Green #024514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 2.2%
G = 75.82%
B = 21.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#024514 (or 0x024514) is known color: British Racing Green. HEX triplet: 02, 45 and 14. RGB value is (2,69,20). Sum of RGB (Red+Green+Blue) = 2+69+20=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #024514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024514 is #FDBAEB. Grayscale: #2B2B2B. Windows color (decimal): -16628460 or 1328386. OLE color: 1328386.

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

Color convert

RGB 2 69 20 -
CMYK 0.97 0 0.71 0.73
HSL 136.12º 0.94% 0.14% -
HSV(B) 136.12º 0.97% 0.27% -
XYZ 2.28 4.32 1.38 -
YUV 43.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 2 69 20 0.97 0 0.71 0.73 136.12 0.94 0.14
Hex 2 45 14 61 0 47 49 88 5E E
Octal 2 105 24 141 0 107 111 210 136 16
Binary 10 1000101 10100 1100001 0 1000111 1001001 10001000 1011110 1110

Color Harmonies of #024514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024514

Black with #024514

Text Example


Text Example

White with #024514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024514; }

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

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

background-color css

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

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

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

border-color css

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

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

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