#1B4438

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

Shades of Sherwood Green #1B4438

Tints of Sherwood Green #1B4438

Color information

#1B4438 (or 0x1B4438) is unknown color: approx Sherwood Green. HEX triplet: 1B, 44 and 38. RGB value is (27,68,56). Sum of RGB (Red+Green+Blue) = 27+68+56=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #1B4438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4438 is #E4BBC7. Grayscale: #363636. Windows color (decimal): -14990280 or 3687451. OLE color: 3687451.

HSL color Cylindrical-coordinate representation of color #1B4438: hue angle of 162.44º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B4438 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB276856-
CMYK0.6000.180.73
HSL162.44º43.16%18.63%-
HSV(B)162.44º60.29%26.67%-
XYZ3.234.654.47-
YUV54.37128.92108.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.88%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 56 (22.27% from 255) = 37.09%
R=17.88%
G=45.03%
B=37.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2768560.6000.180.73162.4443.1618.63
Hex1B44383C01249a22b13
Octal3310470740221112425323
Binary11011100010011100011110001001010010011010001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,68,56); }

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

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

 a { background-color: rgb(27,68,56); }

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

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

 span { border-color: rgb(27,68,56); }

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