Html Css Color HEX #133A2C Sherwood Green

📋 copy color: '#133A2C'

red 19 ◦ green 58 ◦ blue 44

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

Shades of Sherwood Green #133A2C

Tints of Sherwood Green #133A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.93%

 BLUE value IS 44 (17.58% from 255) = 36.36%

R = 15.7%
G = 47.93%
B = 36.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.77

RGB Variations

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

Color information

#133A2C (or 0x133A2C) is known color: Sherwood Green. HEX triplet: 13, 3A and 2C. RGB value is (19,58,44). Sum of RGB (Red+Green+Blue) = 19+58+44=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #133A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A2C is #ECC5D3. Grayscale: #2C2C2C. Windows color (decimal): -15517140 or 2898451. OLE color: 2898451.

HSL color Cylindrical-coordinate representation of color #133A2C: hue angle of 158.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A2C is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 58 44 -
CMYK 0.67 0 0.24 0.77
HSL 158.46º 0.51% 0.15% -
HSV(B) 158.46º 0.67% 0.23% -
XYZ 2.24 3.35 2.91 -
YUV 44.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 19 58 44 0.67 0 0.24 0.77 158.46 0.51 0.15
Hex 13 3A 2C 43 0 18 4D 9E 33 F
Octal 23 72 54 103 0 30 115 236 63 17
Binary 10011 111010 101100 1000011 0 11000 1001101 10011110 110011 1111

Color Harmonies of #133A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A2C

Black with #133A2C

Text Example


Text Example

White with #133A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,58,44); }

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

background-color css

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

 a { background-color: rgb(19,58,44); }

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

border-color css

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

 span { border-color: rgb(19,58,44); }

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