#133E2E

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

Shades of Sherwood Green #133E2E

Tints of Sherwood Green #133E2E

Color information

#133E2E (or 0x133E2E) is unknown color: approx Sherwood Green. HEX triplet: 13, 3E and 2E. RGB value is (19,62,46). Sum of RGB (Red+Green+Blue) = 19+62+46=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #133E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E2E is #ECC1D1. Grayscale: #2F2F2F. Windows color (decimal): -15516114 or 3030547. OLE color: 3030547.

HSL color Cylindrical-coordinate representation of color #133E2E: hue angle of 157.67º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133E2E is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB196246-
CMYK0.6900.260.76
HSL157.67º53.09%15.88%-
HSV(B)157.67º69.35%24.31%-
XYZ2.483.783.18-
YUV47.32127.25107.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 62 (24.61% from 255) = 48.82%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=14.96%
G=48.82%
B=36.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1962460.6900.260.76157.6753.0915.88
Hex133E2E4501A4C9e3510
Octal2376561050321142366520
Binary10011111110101110100010101101010011001001111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,62,46); }

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

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

 a { background-color: rgb(19,62,46); }

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

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

 span { border-color: rgb(19,62,46); }

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