Html Css Color HEX #024518 British Racing Green

📋 copy color: '#024518'

red 2 ◦ green 69 ◦ blue 24

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

Shades of British Racing Green #024518

Tints of British Racing Green #024518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 2.11%
G = 72.63%
B = 25.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#024518 (or 0x024518) is known color: British Racing Green. HEX triplet: 02, 45 and 18. RGB value is (2,69,24). Sum of RGB (Red+Green+Blue) = 2+69+24=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 69 (27.34% from 255 or 72.63% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 69 - color contains mainly: green. Hex color #024518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024518 is #FDBAE7. Grayscale: #2B2B2B. Windows color (decimal): -16628456 or 1590530. OLE color: 1590530.

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

Color convert

RGB 2 69 24 -
CMYK 0.97 0 0.65 0.73
HSL 139.7º 0.94% 0.14% -
HSV(B) 139.7º 0.97% 0.27% -
XYZ 2.32 4.34 1.58 -
YUV 43.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 2 69 24 0.97 0 0.65 0.73 139.7 0.94 0.14
Hex 2 45 18 61 0 41 49 8C 5E E
Octal 2 105 30 141 0 101 111 214 136 16
Binary 10 1000101 11000 1100001 0 1000001 1001001 10001100 1011110 1110

Color Harmonies of #024518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024518

Black with #024518

Text Example


Text Example

White with #024518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024518; }

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

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

background-color css

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

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

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

border-color css

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

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

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