Html Css Color HEX #133D30 Sherwood Green

📋 copy color: '#133D30'

red 19 ◦ green 61 ◦ blue 48

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

Shades of Sherwood Green #133D30

Tints of Sherwood Green #133D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 47.66%

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

R = 14.84%
G = 47.66%
B = 37.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#133D30 (or 0x133D30) is known color: Sherwood Green. HEX triplet: 13, 3D and 30. RGB value is (19,61,48). Sum of RGB (Red+Green+Blue) = 19+61+48=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #133D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D30 is #ECC2CF. Grayscale: #2E2E2E. Windows color (decimal): -15516368 or 3161363. OLE color: 3161363.

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

Color convert

RGB 19 61 48 -
CMYK 0.69 0 0.21 0.76
HSL 161.43º 0.53% 0.16% -
HSV(B) 161.43º 0.69% 0.24% -
XYZ 2.47 3.69 3.38 -
YUV 46.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 19 61 48 0.69 0 0.21 0.76 161.43 0.53 0.16
Hex 13 3D 30 45 0 15 4C A1 34 10
Octal 23 75 60 105 0 25 114 241 64 20
Binary 10011 111101 110000 1000101 0 10101 1001100 10100001 110100 10000

Color Harmonies of #133D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D30

Black with #133D30

Text Example


Text Example

White with #133D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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