#042720

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

Shades of Dark Green #042720

Tints of Dark Green #042720

Color information

#042720 (or 0x042720) is unknown color: approx Dark Green. HEX triplet: 04, 27 and 20. RGB value is (4,39,32). Sum of RGB (Red+Green+Blue) = 4+39+32=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #042720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042720 is #FBD8DF. Grayscale: #1B1B1B. Windows color (decimal): -16505056 or 2107140. OLE color: 2107140.

HSL color Cylindrical-coordinate representation of color #042720: hue angle of 168º 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 #042720 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB43932-
CMYK0.9000.180.85
HSL168º81.4%8.43%-
HSV(B)168º89.74%15.29%-
XYZ1.041.581.62-
YUV27.74130.4111.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 39 (15.62% from 255) = 52%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=5.33%
G=52%
B=42.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal439320.9000.180.8516881.48.43
Hex427205A01255a8518
Octal4474013202212525012110
Binary100100111100000101101001001010101011010100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042720; }

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

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

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

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

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

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

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

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