#1B3F30

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

Shades of Sherwood Green #1B3F30

Tints of Sherwood Green #1B3F30

Color information

#1B3F30 (or 0x1B3F30) is unknown color: approx Sherwood Green. HEX triplet: 1B, 3F and 30. RGB value is (27,63,48). Sum of RGB (Red+Green+Blue) = 27+63+48=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #1B3F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3F30 is #E4C0CF. Grayscale: #323232. Windows color (decimal): -14991568 or 3161883. OLE color: 3161883.

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

Color convert

RGB276348-
CMYK0.5700.240.75
HSL155º40%17.65%-
HSV(B)155º57.14%24.71%-
XYZ2.7643.42-
YUV50.53126.57111.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.57%
GREEN value IS 63 (25% from 255) = 45.65%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=19.57%
G=45.65%
B=34.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2763480.5700.240.751554017.65
Hex1B3F30390184B9b2812
Octal337760710301132335022
Binary1101111111111000011100101100010010111001101110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,63,48); }

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

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

 a { background-color: rgb(27,63,48); }

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

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

 span { border-color: rgb(27,63,48); }

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