#102E25

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

Shades of Dark Green #102E25

Tints of Dark Green #102E25

Color information

#102E25 (or 0x102E25) is unknown color: approx Dark Green. HEX triplet: 10, 2E and 25. RGB value is (16,46,37). Sum of RGB (Red+Green+Blue) = 16+46+37=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #102E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102E25 is #EFD1DA. Grayscale: #242424. Windows color (decimal): -15716827 or 2436624. OLE color: 2436624.

HSL color Cylindrical-coordinate representation of color #102E25: hue angle of 162º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #102E25 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.

Color convert

RGB164637-
CMYK0.6500.200.82
HSL162º48.39%12.16%-
HSV(B)162º65.22%18.04%-
XYZ1.522.22.09-
YUV36128.56113.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=16.16%
G=46.46%
B=37.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1646370.6500.200.8216248.3912.16
Hex102E254101452a230c
Octal2056451010241222426014
Binary1000010111010010110000010101001010010101000101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,46,37); }

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

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

 a { background-color: rgb(16,46,37); }

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

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

 span { border-color: rgb(16,46,37); }

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