#05230E

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

Shades of Dark Green #05230E

Tints of Dark Green #05230E

Color information

#05230E (or 0x05230E) is unknown color: approx Dark Green. HEX triplet: 05, 23 and 0E. RGB value is (5,35,14). Sum of RGB (Red+Green+Blue) = 5+35+14=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #05230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05230E is #FADCF1. Grayscale: #171717. Windows color (decimal): -16440562 or 926469. OLE color: 926469.

HSL color Cylindrical-coordinate representation of color #05230E: hue angle of 138º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05230E is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB53514-
CMYK0.8600.600.86
HSL138º75%7.84%-
HSV(B)138º85.71%13.73%-
XYZ0.741.270.62-
YUV23.64122.56114.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 35 (14.06% from 255) = 64.81%
BLUE value IS 14 (5.86% from 255) = 25.93%
R=9.26%
G=64.81%
B=25.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535140.8600.600.86138757.84
Hex523E5603C568a4b8
Octal5431612607412621211310
Binary10110001111101010110011110010101101000101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,35,14); }

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

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

 a { background-color: rgb(5,35,14); }

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

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

 span { border-color: rgb(5,35,14); }

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