#1F4238

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

Shades of Sherwood Green #1F4238

Tints of Sherwood Green #1F4238

Color information

#1F4238 (or 0x1F4238) is unknown color: approx Sherwood Green. HEX triplet: 1F, 42 and 38. RGB value is (31,66,56). Sum of RGB (Red+Green+Blue) = 31+66+56=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4238 is #E0BDC7. Grayscale: #363636. Windows color (decimal): -14728648 or 3686943. OLE color: 3686943.

HSL color Cylindrical-coordinate representation of color #1F4238: hue angle of 162.86º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F4238 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB316656-
CMYK0.5300.150.74
HSL162.86º36.08%19.02%-
HSV(B)162.86º53.03%25.88%-
XYZ3.234.474.43-
YUV54.4128.9111.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=20.26%
G=43.14%
B=36.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166560.5300.150.74162.8636.0819.02
Hex1F4238350F4Aa32413
Octal3710270650171122434423
Binary1111110000101110001101010111110010101010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,56); }

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

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

 a { background-color: rgb(31,66,56); }

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

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

 span { border-color: rgb(31,66,56); }

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