Html Css Color HEX #044A2C British Racing Green

📋 copy color: '#044A2C'

red 4 ◦ green 74 ◦ blue 44

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

Shades of British Racing Green #044A2C

Tints of British Racing Green #044A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.07%

R = 3.28%
G = 60.66%
B = 36.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#044A2C (or 0x044A2C) is known color: British Racing Green. HEX triplet: 04, 4A and 2C. RGB value is (4,74,44). Sum of RGB (Red+Green+Blue) = 4+74+44=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #044A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A2C is #FBB5D3. Grayscale: #313131. Windows color (decimal): -16496084 or 2902532. OLE color: 2902532.

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

Color convert

RGB 4 74 44 -
CMYK 0.95 0 0.41 0.71
HSL 154.29º 0.9% 0.15% -
HSV(B) 154.29º 0.95% 0.29% -
XYZ 2.95 5.11 3.21 -
YUV 49.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 4 74 44 0.95 0 0.41 0.71 154.29 0.9 0.15
Hex 4 4A 2C 5F 0 29 47 9A 5A F
Octal 4 112 54 137 0 51 107 232 132 17
Binary 100 1001010 101100 1011111 0 101001 1000111 10011010 1011010 1111

Color Harmonies of #044A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A2C

Black with #044A2C

Text Example


Text Example

White with #044A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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