Html Css Color HEX #044B1D British Racing Green

📋 copy color: '#044B1D'

red 4 ◦ green 75 ◦ blue 29

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

Shades of British Racing Green #044B1D

Tints of British Racing Green #044B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.85%

R = 3.7%
G = 69.44%
B = 26.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#044B1D (or 0x044B1D) is known color: British Racing Green. HEX triplet: 04, 4B and 1D. RGB value is (4,75,29). Sum of RGB (Red+Green+Blue) = 4+75+29=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #044B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B1D is #FBB4E2. Grayscale: #303030. Windows color (decimal): -16495843 or 1919748. OLE color: 1919748.

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

Color convert

RGB 4 75 29 -
CMYK 0.95 0 0.61 0.71
HSL 141.13º 0.9% 0.15% -
HSV(B) 141.13º 0.95% 0.29% -
XYZ 2.79 5.15 2.01 -
YUV 48.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 4 75 29 0.95 0 0.61 0.71 141.13 0.9 0.15
Hex 4 4B 1D 5F 0 3D 47 8D 5A F
Octal 4 113 35 137 0 75 107 215 132 17
Binary 100 1001011 11101 1011111 0 111101 1000111 10001101 1011010 1111

Color Harmonies of #044B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044B1D

Black with #044B1D

Text Example


Text Example

White with #044B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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