Html Css Color HEX #044B2F British Racing Green

📋 copy color: '#044B2F'

red 4 ◦ green 75 ◦ blue 47

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

Shades of British Racing Green #044B2F

Tints of British Racing Green #044B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.3%

R = 3.17%
G = 59.52%
B = 37.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#044B2F (or 0x044B2F) is known color: British Racing Green. HEX triplet: 04, 4B and 2F. RGB value is (4,75,47). Sum of RGB (Red+Green+Blue) = 4+75+47=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #044B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B2F is #FBB4D0. Grayscale: #323232. Windows color (decimal): -16495825 or 3099396. OLE color: 3099396.

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

Color convert

RGB 4 75 47 -
CMYK 0.95 0 0.37 0.71
HSL 156.34º 0.9% 0.15% -
HSV(B) 156.34º 0.95% 0.29% -
XYZ 3.08 5.26 3.54 -
YUV 50.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 4 75 47 0.95 0 0.37 0.71 156.34 0.9 0.15
Hex 4 4B 2F 5F 0 25 47 9C 5A F
Octal 4 113 57 137 0 45 107 234 132 17
Binary 100 1001011 101111 1011111 0 100101 1000111 10011100 1011010 1111

Color Harmonies of #044B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044B2F

Black with #044B2F

Text Example


Text Example

White with #044B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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