Html Css Color HEX #133C2E Sherwood Green

📋 copy color: '#133C2E'

red 19 ◦ green 60 ◦ blue 46

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

Shades of Sherwood Green #133C2E

Tints of Sherwood Green #133C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 48%

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

R = 15.2%
G = 48%
B = 36.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#133C2E (or 0x133C2E) is known color: Sherwood Green. HEX triplet: 13, 3C and 2E. RGB value is (19,60,46). Sum of RGB (Red+Green+Blue) = 19+60+46=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 60 - color contains mainly: green. Hex color #133C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C2E is #ECC3D1. Grayscale: #2E2E2E. Windows color (decimal): -15516626 or 3030035. OLE color: 3030035.

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

Color convert

RGB 19 60 46 -
CMYK 0.68 0 0.23 0.76
HSL 159.51º 0.52% 0.15% -
HSV(B) 159.51º 0.68% 0.24% -
XYZ 2.38 3.57 3.15 -
YUV 46.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 19 60 46 0.68 0 0.23 0.76 159.51 0.52 0.15
Hex 13 3C 2E 44 0 17 4C A0 34 F
Octal 23 74 56 104 0 27 114 240 64 17
Binary 10011 111100 101110 1000100 0 10111 1001100 10100000 110100 1111

Color Harmonies of #133C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C2E

Black with #133C2E

Text Example


Text Example

White with #133C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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