Html Css Color HEX #044930 British Racing Green

📋 copy color: '#044930'

red 4 ◦ green 73 ◦ blue 48

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

Shades of British Racing Green #044930

Tints of British Racing Green #044930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 38.4%

R = 3.2%
G = 58.4%
B = 38.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#044930 (or 0x044930) is known color: British Racing Green. HEX triplet: 04, 49 and 30. RGB value is (4,73,48). Sum of RGB (Red+Green+Blue) = 4+73+48=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #044930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044930 is #FBB6CF. Grayscale: #313131. Windows color (decimal): -16496336 or 3164420. OLE color: 3164420.

HSL color Cylindrical-coordinate representation of color #044930: hue angle of 158.26º 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 #044930 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 73 48 -
CMYK 0.95 0 0.34 0.71
HSL 158.26º 0.9% 0.15% -
HSV(B) 158.26º 0.95% 0.29% -
XYZ 2.97 5 3.61 -
YUV 49.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 4 73 48 0.95 0 0.34 0.71 158.26 0.9 0.15
Hex 4 49 30 5F 0 22 47 9E 5A F
Octal 4 111 60 137 0 42 107 236 132 17
Binary 100 1001001 110000 1011111 0 100010 1000111 10011110 1011010 1111

Color Harmonies of #044930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044930

Black with #044930

Text Example


Text Example

White with #044930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044930; }

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

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

background-color css

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

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

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

border-color css

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

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

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