#044C2F

Color #044C2F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #044C2F

Tints of British Racing Green #044C2F

Color information

#044C2F (or 0x044C2F) is unknown color: approx 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

RGB47647-
CMYK0.9500.380.70
HSL155.83º90%15.69%-
HSV(B)155.83º94.74%29.8%-
XYZ3.155.43.57-
YUV51.17125.6594.36-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal476470.9500.380.70155.839015.69
Hex44C2F5F026469c5a10
Octal41145713704610623413220
Binary100100110010111110111110100110100011010011100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>