Html Css Color HEX #044221 British Racing Green

📋 copy color: '#044221'

red 4 ◦ green 66 ◦ blue 33

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

Shades of British Racing Green #044221

Tints of British Racing Green #044221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 64.08%

 BLUE value IS 33 (13.28% from 255) = 32.04%

R = 3.88%
G = 64.08%
B = 32.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#044221 (or 0x044221) is known color: British Racing Green. HEX triplet: 04, 42 and 21. RGB value is (4,66,33). Sum of RGB (Red+Green+Blue) = 4+66+33=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #044221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044221 is #FBBDDE. Grayscale: #2B2B2B. Windows color (decimal): -16498143 or 2179588. OLE color: 2179588.

HSL color Cylindrical-coordinate representation of color #044221: hue angle of 148.06º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044221 is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 33 -
CMYK 0.94 0 0.5 0.74
HSL 148.06º 0.89% 0.14% -
HSV(B) 148.06º 0.94% 0.26% -
XYZ 2.27 4.03 2.1 -
YUV 43.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 4 66 33 0.94 0 0.5 0.74 148.06 0.89 0.14
Hex 4 42 21 5E 0 32 4A 94 59 E
Octal 4 102 41 136 0 62 112 224 131 16
Binary 100 1000010 100001 1011110 0 110010 1001010 10010100 1011001 1110

Color Harmonies of #044221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044221

Black with #044221

Text Example


Text Example

White with #044221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044221; }

 p { color: rgb(4,66,33); }

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

background-color css

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

 a { background-color: rgb(4,66,33); }

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

border-color css

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

 span { border-color: rgb(4,66,33); }

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