#10291E

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

Shades of Dark Green #10291E

Tints of Dark Green #10291E

Color information

#10291E (or 0x10291E) is unknown color: approx Dark Green. HEX triplet: 10, 29 and 1E. RGB value is (16,41,30). Sum of RGB (Red+Green+Blue) = 16+41+30=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #10291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10291E is #EFD6E1. Grayscale: #202020. Windows color (decimal): -15718114 or 1976592. OLE color: 1976592.

HSL color Cylindrical-coordinate representation of color #10291E: hue angle of 153.6º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #10291E is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB164130-
CMYK0.6100.270.84
HSL153.6º43.86%11.18%-
HSV(B)153.6º60.98%16.08%-
XYZ1.241.791.51-
YUV32.27126.72116.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.39%
GREEN value IS 41 (16.41% from 255) = 47.13%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=18.39%
G=47.13%
B=34.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1641300.6100.270.84153.643.8611.18
Hex10291E3D01B549a2cb
Octal205136750331242325413
Binary10000101001111101111010110111010100100110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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