#133A2C

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

Shades of Sherwood Green #133A2C

Tints of Sherwood Green #133A2C

Color information

#133A2C (or 0x133A2C) is unknown color: approx Sherwood Green. HEX triplet: 13, 3A and 2C. RGB value is (19,58,44). Sum of RGB (Red+Green+Blue) = 19+58+44=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #133A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A2C is #ECC5D3. Grayscale: #2C2C2C. Windows color (decimal): -15517140 or 2898451. OLE color: 2898451.

HSL color Cylindrical-coordinate representation of color #133A2C: hue angle of 158.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A2C is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB195844-
CMYK0.6700.240.77
HSL158.46º50.65%15.1%-
HSV(B)158.46º67.24%22.75%-
XYZ2.243.352.91-
YUV44.74127.58109.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=15.70%
G=47.93%
B=36.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958440.6700.240.77158.4650.6515.1
Hex133A2C430184D9e33f
Octal2372541030301152366317
Binary1001111101010110010000110110001001101100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A2C; }

 p { color: rgb(19,58,44); }

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

<style>
 a { background-color: #133A2C; }

 a { background-color: rgb(19,58,44); }

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

<style>
 span { border-color: #133A2C; }

 span { border-color: rgb(19,58,44); }

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