#1C3B30

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

Shades of Sherwood Green #1C3B30

Tints of Sherwood Green #1C3B30

Color information

#1C3B30 (or 0x1C3B30) is unknown color: approx Sherwood Green. HEX triplet: 1C, 3B and 30. RGB value is (28,59,48). Sum of RGB (Red+Green+Blue) = 28+59+48=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 59 - color contains mainly: green. Hex color #1C3B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3B30 is #E3C4CF. Grayscale: #303030. Windows color (decimal): -14927056 or 3160860. OLE color: 3160860.

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

Color convert

RGB285948-
CMYK0.5300.190.77
HSL158.71º35.63%17.06%-
HSV(B)158.71º52.54%23.14%-
XYZ2.583.593.35-
YUV48.48127.73113.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.74%
GREEN value IS 59 (23.44% from 255) = 43.70%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=20.74%
G=43.70%
B=35.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2859480.5300.190.77158.7135.6317.06
Hex1C3B30350134D9f2411
Octal347360650231152374421
Binary1110011101111000011010101001110011011001111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,59,48); }

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

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

 a { background-color: rgb(28,59,48); }

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

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

 span { border-color: rgb(28,59,48); }

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