Html Css Color HEX #044921 British Racing Green

📋 copy color: '#044921'

red 4 ◦ green 73 ◦ blue 33

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

Shades of British Racing Green #044921

Tints of British Racing Green #044921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 66.36%

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

R = 3.64%
G = 66.36%
B = 30%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#044921 (or 0x044921) is known color: British Racing Green. HEX triplet: 04, 49 and 21. RGB value is (4,73,33). Sum of RGB (Red+Green+Blue) = 4+73+33=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #044921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044921 is #FBB6DE. Grayscale: #2F2F2F. Windows color (decimal): -16496351 or 2181380. OLE color: 2181380.

HSL color Cylindrical-coordinate representation of color #044921: hue angle of 145.22º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044921 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 73 33 -
CMYK 0.95 0 0.55 0.71
HSL 145.22º 0.9% 0.15% -
HSV(B) 145.22º 0.95% 0.29% -
XYZ 2.71 4.9 2.24 -
YUV 47.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 4 73 33 0.95 0 0.55 0.71 145.22 0.9 0.15
Hex 4 49 21 5F 0 37 47 91 5A F
Octal 4 111 41 137 0 67 107 221 132 17
Binary 100 1001001 100001 1011111 0 110111 1000111 10010001 1011010 1111

Color Harmonies of #044921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044921

Black with #044921

Text Example


Text Example

White with #044921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044921; }

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

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

background-color css

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

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

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

border-color css

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

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

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