#10281F

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

Shades of Dark Green #10281F

Tints of Dark Green #10281F

Color information

#10281F (or 0x10281F) is unknown color: approx Dark Green. HEX triplet: 10, 28 and 1F. RGB value is (16,40,31). Sum of RGB (Red+Green+Blue) = 16+40+31=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #10281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10281F is #EFD7E0. Grayscale: #1F1F1F. Windows color (decimal): -15718369 or 2041872. OLE color: 2041872.

HSL color Cylindrical-coordinate representation of color #10281F: hue angle of 157.5º 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 #10281F is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB164031-
CMYK0.6000.220.84
HSL157.5º42.86%10.98%-
HSV(B)157.5º60%15.69%-
XYZ1.221.731.57-
YUV31.8127.55116.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.39%
GREEN value IS 40 (16.02% from 255) = 45.98%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=18.39%
G=45.98%
B=35.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1640310.6000.220.84157.542.8610.98
Hex10281F3C016549e2bb
Octal205037740261242365313
Binary10000101000111111111000101101010100100111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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