Html Css Color HEX #133E2F Sherwood Green

📋 copy color: '#133E2F'

red 19 ◦ green 62 ◦ blue 47

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

Shades of Sherwood Green #133E2F

Tints of Sherwood Green #133E2F

RGB

 RED value IS 19 (7.81% from 255) = 14.84%

 GREEN value IS 62 (24.61% from 255) = 48.44%

 BLUE value IS 47 (18.75% from 255) = 36.72%

R = 14.84%
G = 48.44%
B = 36.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#133E2F (or 0x133E2F) is known color: Sherwood Green. HEX triplet: 13, 3E and 2F. RGB value is (19,62,47). Sum of RGB (Red+Green+Blue) = 19+62+47=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #133E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E2F is #ECC1D0. Grayscale: #2F2F2F. Windows color (decimal): -15516113 or 3096083. OLE color: 3096083.

HSL color Cylindrical-coordinate representation of color #133E2F: hue angle of 159.07º 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 #133E2F is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 62 47 -
CMYK 0.69 0 0.24 0.76
HSL 159.07º 0.53% 0.16% -
HSV(B) 159.07º 0.69% 0.24% -
XYZ 2.5 3.79 3.29 -
YUV 47.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 19 62 47 0.69 0 0.24 0.76 159.07 0.53 0.16
Hex 13 3E 2F 45 0 18 4C 9F 35 10
Octal 23 76 57 105 0 30 114 237 65 20
Binary 10011 111110 101111 1000101 0 11000 1001100 10011111 110101 10000

Color Harmonies of #133E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E2F

Black with #133E2F

Text Example


Text Example

White with #133E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #133E2F;
 }
 .AnyTagClassName
 {
   color: #133E2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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