#1B5241

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

Shades of Sherwood Green #1B5241

Tints of Sherwood Green #1B5241

Color information

#1B5241 (or 0x1B5241) is unknown color: approx Sherwood Green. HEX triplet: 1B, 52 and 41. RGB value is (27,82,65). Sum of RGB (Red+Green+Blue) = 27+82+65=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #1B5241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5241 is #E4ADBE. Grayscale: #3F3F3F. Windows color (decimal): -14986687 or 4280859. OLE color: 4280859.

HSL color Cylindrical-coordinate representation of color #1B5241: hue angle of 161.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5241 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB278265-
CMYK0.6700.210.68
HSL161.45º50.46%21.37%-
HSV(B)161.45º67.07%32.16%-
XYZ4.426.656.05-
YUV63.62128.78101.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.52%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=15.52%
G=47.13%
B=37.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2782650.6700.210.68161.4550.4621.37
Hex1B52414301544a13215
Octal331221011030251042416225
Binary1101110100101000001100001101010110001001010000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,82,65); }

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

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

 a { background-color: rgb(27,82,65); }

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

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

 span { border-color: rgb(27,82,65); }

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