Html Css Color HEX #044D1D British Racing Green

📋 copy color: '#044D1D'

red 4 ◦ green 77 ◦ blue 29

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

Shades of British Racing Green #044D1D

Tints of British Racing Green #044D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 70%

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

R = 3.64%
G = 70%
B = 26.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#044D1D (or 0x044D1D) is known color: British Racing Green. HEX triplet: 04, 4D and 1D. RGB value is (4,77,29). Sum of RGB (Red+Green+Blue) = 4+77+29=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #044D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044D1D is #FBB2E2. Grayscale: #313131. Windows color (decimal): -16495331 or 1920260. OLE color: 1920260.

HSL color Cylindrical-coordinate representation of color #044D1D: hue angle of 140.55º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044D1D is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 77 29 -
CMYK 0.95 0 0.62 0.70
HSL 140.55º 0.9% 0.16% -
HSV(B) 140.55º 0.95% 0.3% -
XYZ 2.93 5.42 2.05 -
YUV 49.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 4 77 29 0.95 0 0.62 0.70 140.55 0.9 0.16
Hex 4 4D 1D 5F 0 3E 46 8D 5A 10
Octal 4 115 35 137 0 76 106 215 132 20
Binary 100 1001101 11101 1011111 0 111110 1000110 10001101 1011010 10000

Color Harmonies of #044D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D1D

Black with #044D1D

Text Example


Text Example

White with #044D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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