#10281E

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

Shades of Dark Green #10281E

Tints of Dark Green #10281E

Color information

#10281E (or 0x10281E) is unknown color: approx Dark Green. HEX triplet: 10, 28 and 1E. RGB value is (16,40,30). Sum of RGB (Red+Green+Blue) = 16+40+30=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #10281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10281E is #EFD7E1. Grayscale: #1F1F1F. Windows color (decimal): -15718370 or 1976336. OLE color: 1976336.

HSL color Cylindrical-coordinate representation of color #10281E: hue angle of 155º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #10281E is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB164030-
CMYK0.6000.250.84
HSL155º42.86%10.98%-
HSV(B)155º60%15.69%-
XYZ1.211.721.5-
YUV31.68127.05116.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.60%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=18.60%
G=46.51%
B=34.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1640300.6000.250.8415542.8610.98
Hex10281E3C019549b2bb
Octal205036740311242335313
Binary10000101000111101111000110011010100100110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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