Html Css Color HEX #024F19 British Racing Green

📋 copy color: '#024F19'

red 2 ◦ green 79 ◦ blue 25

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

Shades of British Racing Green #024F19

Tints of British Racing Green #024F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 74.53%

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

R = 1.89%
G = 74.53%
B = 23.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#024F19 (or 0x024F19) is known color: British Racing Green. HEX triplet: 02, 4F and 19. RGB value is (2,79,25). Sum of RGB (Red+Green+Blue) = 2+79+25=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 79 (31.25% from 255 or 74.53% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 79 - color contains mainly: green. Hex color #024F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F19 is #FDB0E6. Grayscale: #313131. Windows color (decimal): -16625895 or 1658626. OLE color: 1658626.

HSL color Cylindrical-coordinate representation of color #024F19: hue angle of 137.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F19 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 79 25 -
CMYK 0.97 0 0.68 0.69
HSL 137.92º 0.95% 0.16% -
HSV(B) 137.92º 0.97% 0.31% -
XYZ 3 5.68 1.86 -
YUV 49.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 2 79 25 0.97 0 0.68 0.69 137.92 0.95 0.16
Hex 2 4F 19 61 0 44 45 8A 5F 10
Octal 2 117 31 141 0 104 105 212 137 20
Binary 10 1001111 11001 1100001 0 1000100 1000101 10001010 1011111 10000

Color Harmonies of #024F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F19

Black with #024F19

Text Example


Text Example

White with #024F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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