#04230C

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

Shades of Dark Green #04230C

Tints of Dark Green #04230C

Color information

#04230C (or 0x04230C) is unknown color: approx Dark Green. HEX triplet: 04, 23 and 0C. RGB value is (4,35,12). Sum of RGB (Red+Green+Blue) = 4+35+12=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #04230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04230C is #FBDCF3. Grayscale: #171717. Windows color (decimal): -16506100 or 795396. OLE color: 795396.

HSL color Cylindrical-coordinate representation of color #04230C: hue angle of 135.48º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04230C is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB43512-
CMYK0.8900.660.86
HSL135.48º79.49%7.65%-
HSV(B)135.48º88.57%13.73%-
XYZ0.721.250.55-
YUV23.11121.73114.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.84%
GREEN value IS 35 (14.06% from 255) = 68.63%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=7.84%
G=68.63%
B=23.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal435120.8900.660.86135.4879.497.65
Hex423C5904256874f8
Octal44314131010212620711710
Binary100100011110010110010100001010101101000011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04230C; }

 p { color: rgb(4,35,12); }

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

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

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

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

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

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

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