Html Css Color HEX #133E30 Sherwood Green

📋 copy color: '#133E30'

red 19 ◦ green 62 ◦ blue 48

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

Shades of Sherwood Green #133E30

Tints of Sherwood Green #133E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 14.73%
G = 48.06%
B = 37.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#133E30 (or 0x133E30) is known color: Sherwood Green. HEX triplet: 13, 3E and 30. RGB value is (19,62,48). Sum of RGB (Red+Green+Blue) = 19+62+48=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 62 (24.61% from 255 or 48.06% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 62 - color contains mainly: green. Hex color #133E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E30 is #ECC1CF. Grayscale: #2F2F2F. Windows color (decimal): -15516112 or 3161619. OLE color: 3161619.

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

Color convert

RGB 19 62 48 -
CMYK 0.69 0 0.23 0.76
HSL 160.47º 0.53% 0.16% -
HSV(B) 160.47º 0.69% 0.24% -
XYZ 2.52 3.8 3.4 -
YUV 47.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 19 62 48 0.69 0 0.23 0.76 160.47 0.53 0.16
Hex 13 3E 30 45 0 17 4C A0 35 10
Octal 23 76 60 105 0 27 114 240 65 20
Binary 10011 111110 110000 1000101 0 10111 1001100 10100000 110101 10000

Color Harmonies of #133E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E30

Black with #133E30

Text Example


Text Example

White with #133E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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