Html Css Color HEX #024919 British Racing Green

📋 copy color: '#024919'

red 2 ◦ green 73 ◦ blue 25

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

Shades of British Racing Green #024919

Tints of British Racing Green #024919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 73%

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

R = 2%
G = 73%
B = 25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#024919 (or 0x024919) is known color: British Racing Green. HEX triplet: 02, 49 and 19. RGB value is (2,73,25). Sum of RGB (Red+Green+Blue) = 2+73+25=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #024919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024919 is #FDB6E6. Grayscale: #2E2E2E. Windows color (decimal): -16627431 or 1657090. OLE color: 1657090.

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

Color convert

RGB 2 73 25 -
CMYK 0.97 0 0.66 0.71
HSL 139.44º 0.95% 0.15% -
HSV(B) 139.44º 0.97% 0.29% -
XYZ 2.58 4.85 1.72 -
YUV 46.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 2 73 25 0.97 0 0.66 0.71 139.44 0.95 0.15
Hex 2 49 19 61 0 42 47 8B 5F F
Octal 2 111 31 141 0 102 107 213 137 17
Binary 10 1001001 11001 1100001 0 1000010 1000111 10001011 1011111 1111

Color Harmonies of #024919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024919

Black with #024919

Text Example


Text Example

White with #024919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024919; }

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

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

background-color css

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

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

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

border-color css

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

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

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