#1A3C2F

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

Shades of Sherwood Green #1A3C2F

Tints of Sherwood Green #1A3C2F

Color information

#1A3C2F (or 0x1A3C2F) is unknown color: approx Sherwood Green. HEX triplet: 1A, 3C and 2F. RGB value is (26,60,47). Sum of RGB (Red+Green+Blue) = 26+60+47=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #1A3C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3C2F is #E5C3D0. Grayscale: #303030. Windows color (decimal): -15057873 or 3095578. OLE color: 3095578.

HSL color Cylindrical-coordinate representation of color #1A3C2F: hue angle of 157.06º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A3C2F is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.

Color convert

RGB266047-
CMYK0.5700.220.76
HSL157.06º39.53%16.86%-
HSV(B)157.06º56.67%23.53%-
XYZ2.553.663.26-
YUV48.35127.24112.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.55%
GREEN value IS 60 (23.83% from 255) = 45.11%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=19.55%
G=45.11%
B=35.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2660470.5700.220.76157.0639.5316.86
Hex1A3C2F390164C9d2811
Octal327457710261142355021
Binary1101011110010111111100101011010011001001110110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3C2F; }

 p { color: rgb(26,60,47); }

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

<style>
 a { background-color: #1A3C2F; }

 a { background-color: rgb(26,60,47); }

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

<style>
 span { border-color: #1A3C2F; }

 span { border-color: rgb(26,60,47); }

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