#023614

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

Shades of Dark Green #023614

Tints of Dark Green #023614

Color information

#023614 (or 0x023614) is unknown color: approx Dark Green. HEX triplet: 02, 36 and 14. RGB value is (2,54,20). Sum of RGB (Red+Green+Blue) = 2+54+20=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #023614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023614 is #FDC9EB. Grayscale: #222222. Windows color (decimal): -16632300 or 1324546. OLE color: 1324546.

HSL color Cylindrical-coordinate representation of color #023614: hue angle of 140.77º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023614 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB25420-
CMYK0.9600.630.79
HSL140.77º92.86%10.98%-
HSV(B)140.77º96.3%21.18%-
XYZ1.472.71.11-
YUV34.58119.77104.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 54 (21.48% from 255) = 71.05%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=2.63%
G=71.05%
B=26.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal254200.9600.630.79140.7792.8610.98
Hex236146003F4F8d5db
Octal2662414007711721513513
Binary10110110101001100000011111110011111000110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023614; }

 p { color: rgb(2,54,20); }

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

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

 a { background-color: rgb(2,54,20); }

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

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

 span { border-color: rgb(2,54,20); }

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