#10251E

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

Shades of Dark Green #10251E

Tints of Dark Green #10251E

Color information

#10251E (or 0x10251E) is unknown color: approx Dark Green. HEX triplet: 10, 25 and 1E. RGB value is (16,37,30). Sum of RGB (Red+Green+Blue) = 16+37+30=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #10251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10251E is #EFDAE1. Grayscale: #1D1D1D. Windows color (decimal): -15719138 or 1975568. OLE color: 1975568.

HSL color Cylindrical-coordinate representation of color #10251E: hue angle of 160º 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 #10251E is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB163730-
CMYK0.5700.190.85
HSL160º39.62%10.39%-
HSV(B)160º56.76%14.51%-
XYZ1.111.531.46-
YUV29.92128.04118.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=19.28%
G=44.58%
B=36.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1637300.5700.190.8516039.6210.39
Hex10251E3901355a028a
Octal204536710231252405012
Binary10000100101111101110010100111010101101000001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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