Html Css Color HEX #044024 British Racing Green

📋 copy color: '#044024'

red 4 ◦ green 64 ◦ blue 36

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

Shades of British Racing Green #044024

Tints of British Racing Green #044024

RGB

 RED value IS 4 (1.95% from 255) = 3.85%

 GREEN value IS 64 (25.39% from 255) = 61.54%

 BLUE value IS 36 (14.45% from 255) = 34.62%

R = 3.85%
G = 61.54%
B = 34.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#044024 (or 0x044024) is known color: British Racing Green. HEX triplet: 04, 40 and 24. RGB value is (4,64,36). Sum of RGB (Red+Green+Blue) = 4+64+36=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #044024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044024 is #FBBFDB. Grayscale: #2A2A2A. Windows color (decimal): -16498652 or 2375684. OLE color: 2375684.

HSL color Cylindrical-coordinate representation of color #044024: hue angle of 152º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044024 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 64 36 -
CMYK 0.94 0 0.44 0.75
HSL 152º 0.88% 0.13% -
HSV(B) 152º 0.94% 0.25% -
XYZ 2.2 3.82 2.29 -
YUV 42.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 4 64 36 0.94 0 0.44 0.75 152 0.88 0.13
Hex 4 40 24 5E 0 2C 4B 98 58 D
Octal 4 100 44 136 0 54 113 230 130 15
Binary 100 1000000 100100 1011110 0 101100 1001011 10011000 1011000 1101

Color Harmonies of #044024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044024

Black with #044024

Text Example


Text Example

White with #044024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044024; }

 p { color: rgb(4,64,36); }

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

background-color css

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

 a { background-color: rgb(4,64,36); }

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

border-color css

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

 span { border-color: rgb(4,64,36); }

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