#042727

Color #042727 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #042727

Tints of Dark Green #042727

Color information

#042727 (or 0x042727) is unknown color: approx Dark Green. HEX triplet: 04, 27 and 27. RGB value is (4,39,39). Sum of RGB (Red+Green+Blue) = 4+39+39=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: green, blue. Hex color #042727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042727 is #FBD8D8. Grayscale: #1C1C1C. Windows color (decimal): -16505049 or 2565892. OLE color: 2565892.

HSL color Cylindrical-coordinate representation of color #042727: hue angle of 180º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042727 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB43939-
CMYK0.90000.85
HSL180º81.4%8.43%-
HSV(B)180º89.74%15.29%-
XYZ1.141.622.17-
YUV28.53133.9110.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.88%
GREEN value IS 39 (15.62% from 255) = 47.56%
BLUE value IS 39 (15.62% from 255) = 47.56%
R=4.88%
G=47.56%
B=47.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal439390.90000.8518081.48.43
Hex427275A0055b4518
Octal447471320012526412110
Binary10010011110011110110100010101011011010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042727; }

 p { color: rgb(4,39,39); }

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

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

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

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

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

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

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