#193D30

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

Shades of Sherwood Green #193D30

Tints of Sherwood Green #193D30

Color information

#193D30 (or 0x193D30) is unknown color: approx Sherwood Green. HEX triplet: 19, 3D and 30. RGB value is (25,61,48). Sum of RGB (Red+Green+Blue) = 25+61+48=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #193D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D30 is #E6C2CF. Grayscale: #303030. Windows color (decimal): -15123152 or 3161369. OLE color: 3161369.

HSL color Cylindrical-coordinate representation of color #193D30: hue angle of 158.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D30 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB256148-
CMYK0.5900.210.76
HSL158.33º41.86%16.86%-
HSV(B)158.33º59.02%23.92%-
XYZ2.63.763.38-
YUV48.75127.57111.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 61 (24.22% from 255) = 45.52%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=18.66%
G=45.52%
B=35.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561480.5900.210.76158.3341.8616.86
Hex193D303B0154C9e2a11
Octal317560730251142365221
Binary1100111110111000011101101010110011001001111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193D30; }

 p { color: rgb(25,61,48); }

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

<style>
 a { background-color: #193D30; }

 a { background-color: rgb(25,61,48); }

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

<style>
 span { border-color: #193D30; }

 span { border-color: rgb(25,61,48); }

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