#102B23

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

Shades of Dark Green #102B23

Tints of Dark Green #102B23

Color information

#102B23 (or 0x102B23) is unknown color: approx Dark Green. HEX triplet: 10, 2B and 23. RGB value is (16,43,35). Sum of RGB (Red+Green+Blue) = 16+43+35=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 43 - color contains mainly: green. Hex color #102B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102B23 is #EFD4DC. Grayscale: #222222. Windows color (decimal): -15717597 or 2304784. OLE color: 2304784.

HSL color Cylindrical-coordinate representation of color #102B23: hue angle of 162.22º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #102B23 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.83.

Color convert

RGB164335-
CMYK0.6300.190.83
HSL162.22º45.76%11.57%-
HSV(B)162.22º62.79%16.86%-
XYZ1.381.961.9-
YUV34.02128.55115.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 43 (17.19% from 255) = 45.74%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=17.02%
G=45.74%
B=37.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1643350.6300.190.83162.2245.7611.57
Hex102B233F01353a22ec
Octal205343770231232425614
Binary100001010111000111111110100111010011101000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102B23; }

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

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

<style>
 a { background-color: #102B23; }

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

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

<style>
 span { border-color: #102B23; }

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

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