#102D25

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

Shades of Dark Green #102D25

Tints of Dark Green #102D25

Color information

#102D25 (or 0x102D25) is unknown color: approx Dark Green. HEX triplet: 10, 2D and 25. RGB value is (16,45,37). Sum of RGB (Red+Green+Blue) = 16+45+37=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #102D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102D25 is #EFD2DA. Grayscale: #232323. Windows color (decimal): -15717083 or 2436368. OLE color: 2436368.

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

Color convert

RGB164537-
CMYK0.6400.180.82
HSL163.45º47.54%11.96%-
HSV(B)163.45º64.44%17.65%-
XYZ1.492.122.08-
YUV35.42128.89114.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.33%
GREEN value IS 45 (17.97% from 255) = 45.92%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=16.33%
G=45.92%
B=37.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1645370.6400.180.82163.4547.5411.96
Hex102D254001252a330c
Octal2055451000221222436014
Binary1000010110110010110000000100101010010101000111100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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