Html Css Color HEX #044C2F British Racing Green

📋 copy color: '#044C2F'

red 4 ◦ green 76 ◦ blue 47

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

Shades of British Racing Green #044C2F

Tints of British Racing Green #044C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 59.84%

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 3.15%
G = 59.84%
B = 37.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#044C2F (or 0x044C2F) is known color: British Racing Green. HEX triplet: 04, 4C and 2F. RGB value is (4,76,47). Sum of RGB (Red+Green+Blue) = 4+76+47=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #044C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C2F is #FBB3D0. Grayscale: #333333. Windows color (decimal): -16495569 or 3099652. OLE color: 3099652.

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

Color convert

RGB 4 76 47 -
CMYK 0.95 0 0.38 0.70
HSL 155.83º 0.9% 0.16% -
HSV(B) 155.83º 0.95% 0.3% -
XYZ 3.15 5.4 3.57 -
YUV 51.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 4 76 47 0.95 0 0.38 0.70 155.83 0.9 0.16
Hex 4 4C 2F 5F 0 26 46 9C 5A 10
Octal 4 114 57 137 0 46 106 234 132 20
Binary 100 1001100 101111 1011111 0 100110 1000110 10011100 1011010 10000

Color Harmonies of #044C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C2F

Black with #044C2F

Text Example


Text Example

White with #044C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,76,47); }

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

background-color css

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

 a { background-color: rgb(4,76,47); }

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

border-color css

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

 span { border-color: rgb(4,76,47); }

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