Html Css Color HEX #133D2E Sherwood Green

📋 copy color: '#133D2E'

red 19 ◦ green 61 ◦ blue 46

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

Shades of Sherwood Green #133D2E

Tints of Sherwood Green #133D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 36.51%

R = 15.08%
G = 48.41%
B = 36.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#133D2E (or 0x133D2E) is known color: Sherwood Green. HEX triplet: 13, 3D and 2E. RGB value is (19,61,46). Sum of RGB (Red+Green+Blue) = 19+61+46=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #133D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D2E is #ECC2D1. Grayscale: #2E2E2E. Windows color (decimal): -15516370 or 3030291. OLE color: 3030291.

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

Color convert

RGB 19 61 46 -
CMYK 0.69 0 0.25 0.76
HSL 158.57º 0.53% 0.16% -
HSV(B) 158.57º 0.69% 0.24% -
XYZ 2.43 3.67 3.17 -
YUV 46.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 19 61 46 0.69 0 0.25 0.76 158.57 0.53 0.16
Hex 13 3D 2E 45 0 19 4C 9F 34 10
Octal 23 75 56 105 0 31 114 237 64 20
Binary 10011 111101 101110 1000101 0 11001 1001100 10011111 110100 10000

Color Harmonies of #133D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D2E

Black with #133D2E

Text Example


Text Example

White with #133D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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