#102B24

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

Shades of Dark Green #102B24

Tints of Dark Green #102B24

Color information

#102B24 (or 0x102B24) is unknown color: approx Dark Green. HEX triplet: 10, 2B and 24. RGB value is (16,43,36). Sum of RGB (Red+Green+Blue) = 16+43+36=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 43 - color contains mainly: green. Hex color #102B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102B24 is #EFD4DB. Grayscale: #222222. Windows color (decimal): -15717596 or 2370320. OLE color: 2370320.

HSL color Cylindrical-coordinate representation of color #102B24: hue angle of 164.44º 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 #102B24 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB164336-
CMYK0.6300.160.83
HSL164.44º45.76%11.57%-
HSV(B)164.44º62.79%16.86%-
XYZ1.41.971.97-
YUV34.13129.05115.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 43 (17.19% from 255) = 45.26%
BLUE value IS 36 (14.45% from 255) = 37.89%
R=16.84%
G=45.26%
B=37.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1643360.6300.160.83164.4445.7611.57
Hex102B243F01053a42ec
Octal205344770201232445614
Binary100001010111001001111110100001010011101001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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