#044C2B

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

Shades of British Racing Green #044C2B

Tints of British Racing Green #044C2B

Color information

#044C2B (or 0x044C2B) is unknown color: approx British Racing Green. HEX triplet: 04, 4C and 2B. RGB value is (4,76,43). Sum of RGB (Red+Green+Blue) = 4+76+43=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 76 (30.08% from 255 or 61.79% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 76 - color contains mainly: green. Hex color #044C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C2B is #FBB3D4. Grayscale: #323232. Windows color (decimal): -16495573 or 2837508. OLE color: 2837508.

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

Color convert

RGB47643-
CMYK0.9500.430.70
HSL152.5º90%15.69%-
HSV(B)152.5º94.74%29.8%-
XYZ3.075.373.16-
YUV50.71123.6594.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 76 (30.08% from 255) = 61.79%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=3.25%
G=61.79%
B=34.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal476430.9500.430.70152.59015.69
Hex44C2B5F02B46985a10
Octal41145313705310623013220
Binary100100110010101110111110101011100011010011000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #044C2B;
 }
 .AnyTagClassName
 {
   color: #044C2B;
 }
</style>
background-color css

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

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

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

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

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

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