#04270E

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

Shades of Dark Green #04270E

Tints of Dark Green #04270E

Color information

#04270E (or 0x04270E) is unknown color: approx Dark Green. HEX triplet: 04, 27 and 0E. RGB value is (4,39,14). Sum of RGB (Red+Green+Blue) = 4+39+14=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #04270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04270E is #FBD8F1. Grayscale: #191919. Windows color (decimal): -16505074 or 927492. OLE color: 927492.

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

Color convert

RGB43914-
CMYK0.9000.640.85
HSL137.14º81.4%8.43%-
HSV(B)137.14º89.74%15.29%-
XYZ0.851.510.66-
YUV25.68121.4112.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 39 (15.62% from 255) = 68.42%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=7.02%
G=68.42%
B=24.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal439140.9000.640.85137.1481.48.43
Hex427E5A0405589518
Octal44716132010012521112110
Binary100100111111010110100100000010101011000100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04270E; }

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

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

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

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

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

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

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

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