Html Css Color HEX #024419 British Racing Green

📋 copy color: '#024419'

red 2 ◦ green 68 ◦ blue 25

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

Shades of British Racing Green #024419

Tints of British Racing Green #024419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 71.58%

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

R = 2.11%
G = 71.58%
B = 26.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#024419 (or 0x024419) is known color: British Racing Green. HEX triplet: 02, 44 and 19. RGB value is (2,68,25). Sum of RGB (Red+Green+Blue) = 2+68+25=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #024419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024419 is #FDBBE6. Grayscale: #2B2B2B. Windows color (decimal): -16628711 or 1655810. OLE color: 1655810.

HSL color Cylindrical-coordinate representation of color #024419: hue angle of 140.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024419 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 25 -
CMYK 0.97 0 0.63 0.73
HSL 140.91º 0.94% 0.14% -
HSV(B) 140.91º 0.97% 0.27% -
XYZ 2.27 4.22 1.61 -
YUV 43.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 2 68 25 0.97 0 0.63 0.73 140.91 0.94 0.14
Hex 2 44 19 61 0 3F 49 8D 5E E
Octal 2 104 31 141 0 77 111 215 136 16
Binary 10 1000100 11001 1100001 0 111111 1001001 10001101 1011110 1110

Color Harmonies of #024419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024419

Black with #024419

Text Example


Text Example

White with #024419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024419; }

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

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

background-color css

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

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

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

border-color css

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

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

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