#14231E

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

Shades of Dark Green #14231E

Tints of Dark Green #14231E

Color information

#14231E (or 0x14231E) is unknown color: approx Dark Green. HEX triplet: 14, 23 and 1E. RGB value is (20,35,30). Sum of RGB (Red+Green+Blue) = 20+35+30=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #14231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14231E is #EBDCE1. Grayscale: #1D1D1D. Windows color (decimal): -15457506 or 1975060. OLE color: 1975060.

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

Color convert

RGB203530-
CMYK0.4300.140.86
HSL160º27.27%10.78%-
HSV(B)160º42.86%13.73%-
XYZ1.121.441.45-
YUV29.94128.03120.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=23.53%
G=41.18%
B=35.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2035300.4300.140.8616027.2710.78
Hex14231E2B0E56a01bb
Octal244336530161262403313
Binary101001000111111010101101110101011010100000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,35,30); }

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

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

 a { background-color: rgb(20,35,30); }

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

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

 span { border-color: rgb(20,35,30); }

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