Html Css Color HEX #024819 British Racing Green

📋 copy color: '#024819'

red 2 ◦ green 72 ◦ blue 25

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

Shades of British Racing Green #024819

Tints of British Racing Green #024819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 25.25%

R = 2.02%
G = 72.73%
B = 25.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#024819 (or 0x024819) is known color: British Racing Green. HEX triplet: 02, 48 and 19. RGB value is (2,72,25). Sum of RGB (Red+Green+Blue) = 2+72+25=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #024819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024819 is #FDB7E6. Grayscale: #2D2D2D. Windows color (decimal): -16627687 or 1656834. OLE color: 1656834.

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

Color convert

RGB 2 72 25 -
CMYK 0.97 0 0.65 0.72
HSL 139.71º 0.95% 0.15% -
HSV(B) 139.71º 0.97% 0.28% -
XYZ 2.52 4.72 1.7 -
YUV 45.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 2 72 25 0.97 0 0.65 0.72 139.71 0.95 0.15
Hex 2 48 19 61 0 41 48 8C 5F F
Octal 2 110 31 141 0 101 110 214 137 17
Binary 10 1001000 11001 1100001 0 1000001 1001000 10001100 1011111 1111

Color Harmonies of #024819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024819

Black with #024819

Text Example


Text Example

White with #024819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024819; }

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

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

background-color css

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

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

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

border-color css

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

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

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