Html Css Color HEX #024820 British Racing Green

📋 copy color: '#024820'

red 2 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #024820

Tints of British Racing Green #024820

RGB

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

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

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

R = 1.89%
G = 67.92%
B = 30.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#024820 (or 0x024820) is known color: British Racing Green. HEX triplet: 02, 48 and 20. RGB value is (2,72,32). Sum of RGB (Red+Green+Blue) = 2+72+32=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #024820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024820 is #FDB7DF. Grayscale: #2E2E2E. Windows color (decimal): -16627680 or 2115586. OLE color: 2115586.

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

Color convert

RGB 2 72 32 -
CMYK 0.97 0 0.56 0.72
HSL 145.71º 0.95% 0.15% -
HSV(B) 145.71º 0.97% 0.28% -
XYZ 2.6 4.75 2.15 -
YUV 46.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 2 72 32 0.97 0 0.56 0.72 145.71 0.95 0.15
Hex 2 48 20 61 0 38 48 92 5F F
Octal 2 110 40 141 0 70 110 222 137 17
Binary 10 1001000 100000 1100001 0 111000 1001000 10010010 1011111 1111

Color Harmonies of #024820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024820

Black with #024820

Text Example


Text Example

White with #024820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024820; }

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

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

background-color css

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

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

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

border-color css

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

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

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