#102F25

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

Shades of Dark Green #102F25

Tints of Dark Green #102F25

Color information

#102F25 (or 0x102F25) is unknown color: approx Dark Green. HEX triplet: 10, 2F and 25. RGB value is (16,47,37). Sum of RGB (Red+Green+Blue) = 16+47+37=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #102F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102F25 is #EFD0DA. Grayscale: #242424. Windows color (decimal): -15716571 or 2436880. OLE color: 2436880.

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

Color convert

RGB164737-
CMYK0.6600.210.82
HSL160.65º49.21%12.35%-
HSV(B)160.65º65.96%18.43%-
XYZ1.562.282.11-
YUV36.59128.23113.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 37 (14.84% from 255) = 37%
R=16%
G=47%
B=37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1647370.6600.210.82160.6549.2112.35
Hex102F254201552a131c
Octal2057451020251222416114
Binary1000010111110010110000100101011010010101000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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