Html Css Color HEX #044A15 British Racing Green

📋 copy color: '#044A15'

red 4 ◦ green 74 ◦ blue 21

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

Shades of British Racing Green #044A15

Tints of British Racing Green #044A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 74.75%

 BLUE value IS 21 (8.59% from 255) = 21.21%

R = 4.04%
G = 74.75%
B = 21.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#044A15 (or 0x044A15) is known color: British Racing Green. HEX triplet: 04, 4A and 15. RGB value is (4,74,21). Sum of RGB (Red+Green+Blue) = 4+74+21=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 74 (29.30% from 255 or 74.75% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 74 - color contains mainly: green. Hex color #044A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044A15 is #FBB5EA. Grayscale: #2F2F2F. Windows color (decimal): -16496107 or 1395204. OLE color: 1395204.

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

Color convert

RGB 4 74 21 -
CMYK 0.95 0 0.72 0.71
HSL 134.57º 0.9% 0.15% -
HSV(B) 134.57º 0.95% 0.29% -
XYZ 2.63 4.98 1.53 -
YUV 47.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 4 74 21 0.95 0 0.72 0.71 134.57 0.9 0.15
Hex 4 4A 15 5F 0 48 47 87 5A F
Octal 4 112 25 137 0 110 107 207 132 17
Binary 100 1001010 10101 1011111 0 1001000 1000111 10000111 1011010 1111

Color Harmonies of #044A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A15

Black with #044A15

Text Example


Text Example

White with #044A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,74,21); }

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

background-color css

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

 a { background-color: rgb(4,74,21); }

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

border-color css

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

 span { border-color: rgb(4,74,21); }

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