#042714

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

Shades of Dark Green #042714

Tints of Dark Green #042714

Color information

#042714 (or 0x042714) is unknown color: approx Dark Green. HEX triplet: 04, 27 and 14. RGB value is (4,39,20). Sum of RGB (Red+Green+Blue) = 4+39+20=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #042714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042714 is #FBD8EB. Grayscale: #1A1A1A. Windows color (decimal): -16505068 or 1320708. OLE color: 1320708.

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

Color convert

RGB43920-
CMYK0.9000.490.85
HSL147.43º81.4%8.43%-
HSV(B)147.43º89.74%15.29%-
XYZ0.91.530.91-
YUV26.37124.4112.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 39 (15.62% from 255) = 61.90%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=6.35%
G=61.90%
B=31.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal439200.9000.490.85147.4381.48.43
Hex427145A0315593518
Octal4472413206112522312110
Binary100100111101001011010011000110101011001001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042714; }

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

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

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

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

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

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

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

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