Html Css Color HEX #044D1A British Racing Green

📋 copy color: '#044D1A'

red 4 ◦ green 77 ◦ blue 26

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

Shades of British Racing Green #044D1A

Tints of British Racing Green #044D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.3%

R = 3.74%
G = 71.96%
B = 24.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#044D1A (or 0x044D1A) is known color: British Racing Green. HEX triplet: 04, 4D and 1A. RGB value is (4,77,26). Sum of RGB (Red+Green+Blue) = 4+77+26=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 77 (30.47% from 255 or 71.96% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 77 - color contains mainly: green. Hex color #044D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044D1A is #FBB2E5. Grayscale: #313131. Windows color (decimal): -16495334 or 1723652. OLE color: 1723652.

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

Color convert

RGB 4 77 26 -
CMYK 0.95 0 0.66 0.70
HSL 138.08º 0.9% 0.16% -
HSV(B) 138.08º 0.95% 0.3% -
XYZ 2.89 5.41 1.87 -
YUV 49.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 4 77 26 0.95 0 0.66 0.70 138.08 0.9 0.16
Hex 4 4D 1A 5F 0 42 46 8A 5A 10
Octal 4 115 32 137 0 102 106 212 132 20
Binary 100 1001101 11010 1011111 0 1000010 1000110 10001010 1011010 10000

Color Harmonies of #044D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D1A

Black with #044D1A

Text Example


Text Example

White with #044D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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