#10231B

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

Shades of Dark Green #10231B

Tints of Dark Green #10231B

Color information

#10231B (or 0x10231B) is unknown color: approx Dark Green. HEX triplet: 10, 23 and 1B. RGB value is (16,35,27). Sum of RGB (Red+Green+Blue) = 16+35+27=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #10231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10231B is #EFDCE4. Grayscale: #1C1C1C. Windows color (decimal): -15719653 or 1778448. OLE color: 1778448.

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

Color convert

RGB163527-
CMYK0.5400.230.86
HSL154.74º37.25%10%-
HSV(B)154.74º54.29%13.73%-
XYZ1.011.391.25-
YUV28.41127.21119.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.51%
GREEN value IS 35 (14.06% from 255) = 44.87%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=20.51%
G=44.87%
B=34.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1635270.5400.230.86154.7437.2510
Hex10231B36017569b25a
Octal204333660271262334512
Binary10000100011110111101100101111010110100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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