#10231A

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

Shades of Dark Green #10231A

Tints of Dark Green #10231A

Color information

#10231A (or 0x10231A) is unknown color: approx Dark Green. HEX triplet: 10, 23 and 1A. RGB value is (16,35,26). Sum of RGB (Red+Green+Blue) = 16+35+26=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #10231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10231A is #EFDCE5. Grayscale: #1C1C1C. Windows color (decimal): -15719654 or 1712912. OLE color: 1712912.

HSL color Cylindrical-coordinate representation of color #10231A: hue angle of 151.58º 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 #10231A is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB163526-
CMYK0.5400.260.86
HSL151.58º37.25%10%-
HSV(B)151.58º54.29%13.73%-
XYZ11.391.19-
YUV28.29126.71119.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 35 (14.06% from 255) = 45.45%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=20.78%
G=45.45%
B=33.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1635260.5400.260.86151.5837.2510
Hex10231A3601A569825a
Octal204332660321262304512
Binary10000100011110101101100110101010110100110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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