#10402F

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

Shades of Sherwood Green #10402F

Tints of Sherwood Green #10402F

Color information

#10402F (or 0x10402F) is unknown color: approx Sherwood Green. HEX triplet: 10, 40 and 2F. RGB value is (16,64,47). Sum of RGB (Red+Green+Blue) = 16+64+47=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #10402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10402F is #EFBFD0. Grayscale: #2F2F2F. Windows color (decimal): -15712209 or 3096592. OLE color: 3096592.

HSL color Cylindrical-coordinate representation of color #10402F: hue angle of 158.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10402F is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB166447-
CMYK0.7500.270.75
HSL158.75º60%15.69%-
HSV(B)158.75º75%25.1%-
XYZ2.563.983.32-
YUV47.71127.6105.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=12.60%
G=50.39%
B=37.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664470.7500.270.75158.756015.69
Hex10402F4B01B4B9f3c10
Octal20100571130331132377420
Binary100001000000101111100101101101110010111001111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,64,47); }

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

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

 a { background-color: rgb(16,64,47); }

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

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

 span { border-color: rgb(16,64,47); }

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