#13231E

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

Shades of Dark Green #13231E

Tints of Dark Green #13231E

Color information

#13231E (or 0x13231E) is unknown color: approx Dark Green. HEX triplet: 13, 23 and 1E. RGB value is (19,35,30). Sum of RGB (Red+Green+Blue) = 19+35+30=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #13231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13231E is #ECDCE1. Grayscale: #1D1D1D. Windows color (decimal): -15523042 or 1975059. OLE color: 1975059.

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

Color convert

RGB193530-
CMYK0.4600.140.86
HSL161.25º29.63%10.59%-
HSV(B)161.25º45.71%13.73%-
XYZ1.11.431.45-
YUV29.65128.2120.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=22.62%
G=41.67%
B=35.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935300.4600.140.86161.2529.6310.59
Hex13231E2E0E56a11eb
Octal234336560161262413613
Binary100111000111111010111001110101011010100001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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