#1B4031

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

Shades of Sherwood Green #1B4031

Tints of Sherwood Green #1B4031

Color information

#1B4031 (or 0x1B4031) is unknown color: approx Sherwood Green. HEX triplet: 1B, 40 and 31. RGB value is (27,64,49). Sum of RGB (Red+Green+Blue) = 27+64+49=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4031 is #E4BFCE. Grayscale: #333333. Windows color (decimal): -14991311 or 3227675. OLE color: 3227675.

HSL color Cylindrical-coordinate representation of color #1B4031: hue angle of 155.68º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B4031 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB276449-
CMYK0.5800.230.75
HSL155.68º40.66%17.84%-
HSV(B)155.68º57.81%25.1%-
XYZ2.844.123.55-
YUV51.23126.74110.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.29%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 49 (19.53% from 255) = 35%
R=19.29%
G=45.71%
B=35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764490.5800.230.75155.6840.6617.84
Hex1B40313A0174B9c2912
Octal3310061720271132345122
Binary11011100000011000111101001011110010111001110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,64,49); }

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

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

 a { background-color: rgb(27,64,49); }

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

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

 span { border-color: rgb(27,64,49); }

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