#10231E

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

Shades of Dark Green #10231E

Tints of Dark Green #10231E

Color information

#10231E (or 0x10231E) is unknown color: approx Dark Green. HEX triplet: 10, 23 and 1E. RGB value is (16,35,30). Sum of RGB (Red+Green+Blue) = 16+35+30=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 35 - color contains mainly: green. Hex color #10231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10231E is #EFDCE1. Grayscale: #1C1C1C. Windows color (decimal): -15719650 or 1975056. OLE color: 1975056.

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

Color convert

RGB163530-
CMYK0.5400.140.86
HSL164.21º37.25%10%-
HSV(B)164.21º54.29%13.73%-
XYZ1.051.411.44-
YUV28.75128.71118.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.75%
GREEN value IS 35 (14.06% from 255) = 43.21%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=19.75%
G=43.21%
B=37.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1635300.5400.140.86164.2137.2510
Hex10231E360E56a425a
Octal204336660161262444512
Binary1000010001111110110110011101010110101001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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