Html Css Color HEX #024824 British Racing Green

📋 copy color: '#024824'

red 2 ◦ green 72 ◦ blue 36

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

Shades of British Racing Green #024824

Tints of British Racing Green #024824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 65.45%

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 1.82%
G = 65.45%
B = 32.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#024824 (or 0x024824) is known color: British Racing Green. HEX triplet: 02, 48 and 24. RGB value is (2,72,36). Sum of RGB (Red+Green+Blue) = 2+72+36=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #024824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024824 is #FDB7DB. Grayscale: #2F2F2F. Windows color (decimal): -16627676 or 2377730. OLE color: 2377730.

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

Color convert

RGB 2 72 36 -
CMYK 0.97 0 0.5 0.72
HSL 149.14º 0.95% 0.15% -
HSV(B) 149.14º 0.97% 0.28% -
XYZ 2.66 4.78 2.45 -
YUV 46.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 2 72 36 0.97 0 0.5 0.72 149.14 0.95 0.15
Hex 2 48 24 61 0 32 48 95 5F F
Octal 2 110 44 141 0 62 110 225 137 17
Binary 10 1001000 100100 1100001 0 110010 1001000 10010101 1011111 1111

Color Harmonies of #024824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024824

Black with #024824

Text Example


Text Example

White with #024824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024824; }

 p { color: rgb(2,72,36); }

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

background-color css

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

 a { background-color: rgb(2,72,36); }

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

border-color css

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

 span { border-color: rgb(2,72,36); }

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