Html Css Color HEX #024429 British Racing Green

📋 copy color: '#024429'

red 2 ◦ green 68 ◦ blue 41

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

Shades of British Racing Green #024429

Tints of British Racing Green #024429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 36.94%

R = 1.8%
G = 61.26%
B = 36.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#024429 (or 0x024429) is known color: British Racing Green. HEX triplet: 02, 44 and 29. RGB value is (2,68,41). Sum of RGB (Red+Green+Blue) = 2+68+41=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #024429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024429 is #FDBBD6. Grayscale: #2D2D2D. Windows color (decimal): -16628695 or 2704386. OLE color: 2704386.

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

Color convert

RGB 2 68 41 -
CMYK 0.97 0 0.40 0.73
HSL 155.45º 0.94% 0.14% -
HSV(B) 155.45º 0.97% 0.27% -
XYZ 2.49 4.31 2.8 -
YUV 45.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 2 68 41 0.97 0 0.40 0.73 155.45 0.94 0.14
Hex 2 44 29 61 0 28 49 9B 5E E
Octal 2 104 51 141 0 50 111 233 136 16
Binary 10 1000100 101001 1100001 0 101000 1001001 10011011 1011110 1110

Color Harmonies of #024429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024429

Black with #024429

Text Example


Text Example

White with #024429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024429; }

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

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

background-color css

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

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

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

border-color css

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

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

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