#10251C

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

Shades of Dark Green #10251C

Tints of Dark Green #10251C

Color information

#10251C (or 0x10251C) is unknown color: approx Dark Green. HEX triplet: 10, 25 and 1C. RGB value is (16,37,28). Sum of RGB (Red+Green+Blue) = 16+37+28=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #10251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10251C is #EFDAE3. Grayscale: #1D1D1D. Windows color (decimal): -15719140 or 1844496. OLE color: 1844496.

HSL color Cylindrical-coordinate representation of color #10251C: hue angle of 154.29º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #10251C is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB163728-
CMYK0.5700.240.85
HSL154.29º39.62%10.39%-
HSV(B)154.29º56.76%14.51%-
XYZ1.081.521.33-
YUV29.69127.04118.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.75%
GREEN value IS 37 (14.84% from 255) = 45.68%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=19.75%
G=45.68%
B=34.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1637280.5700.240.85154.2939.6210.39
Hex10251C39018559a28a
Octal204534710301252325012
Binary10000100101111001110010110001010101100110101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10251C; }

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

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

<style>
 a { background-color: #10251C; }

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

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

<style>
 span { border-color: #10251C; }

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

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