Html Css Color HEX #133E2E Sherwood Green

📋 copy color: '#133E2E'

red 19 ◦ green 62 ◦ blue 46

#133E2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #133E2E

Tints of Sherwood Green #133E2E

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 value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#133E2E (or 0x133E2E) is known color: 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

RGB 19 62 46 -
CMYK 0.69 0 0.26 0.76
HSL 157.67º 0.53% 0.16% -
HSV(B) 157.67º 0.69% 0.24% -
XYZ 2.48 3.78 3.18 -
YUV 47.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 19 62 46 0.69 0 0.26 0.76 157.67 0.53 0.16
Hex 13 3E 2E 45 0 1A 4C 9E 35 10
Octal 23 76 56 105 0 32 114 236 65 20
Binary 10011 111110 101110 1000101 0 11010 1001100 10011110 110101 10000

Color Harmonies of #133E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E2E

Black with #133E2E

Text Example


Text Example

White with #133E2E

Text Example


Text Example

HTML Codes & Css Web 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>