Html Css Color HEX #044B30 British Racing Green

📋 copy color: '#044B30'

red 4 ◦ green 75 ◦ blue 48

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

Shades of British Racing Green #044B30

Tints of British Racing Green #044B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 59.06%

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

R = 3.15%
G = 59.06%
B = 37.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#044B30 (or 0x044B30) is known color: British Racing Green. HEX triplet: 04, 4B and 30. RGB value is (4,75,48). Sum of RGB (Red+Green+Blue) = 4+75+48=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #044B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B30 is #FBB4CF. Grayscale: #323232. Windows color (decimal): -16495824 or 3164932. OLE color: 3164932.

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

Color convert

RGB 4 75 48 -
CMYK 0.95 0 0.36 0.71
HSL 157.18º 0.9% 0.15% -
HSV(B) 157.18º 0.95% 0.29% -
XYZ 3.1 5.27 3.65 -
YUV 50.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 4 75 48 0.95 0 0.36 0.71 157.18 0.9 0.15
Hex 4 4B 30 5F 0 24 47 9D 5A F
Octal 4 113 60 137 0 44 107 235 132 17
Binary 100 1001011 110000 1011111 0 100100 1000111 10011101 1011010 1111

Color Harmonies of #044B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044B30

Black with #044B30

Text Example


Text Example

White with #044B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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