Html Css Color HEX #133C2A Zuccini

📋 copy color: '#133C2A'

red 19 ◦ green 60 ◦ blue 42

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

Shades of Zuccini #133C2A

Tints of Zuccini #133C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.71%

R = 15.7%
G = 49.59%
B = 34.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.3

 K value IS 0.76

RGB Variations

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

Color information

#133C2A (or 0x133C2A) is known color: Zuccini. HEX triplet: 13, 3C and 2A. RGB value is (19,60,42). Sum of RGB (Red+Green+Blue) = 19+60+42=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #133C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C2A is #ECC3D5. Grayscale: #2D2D2D. Windows color (decimal): -15516630 or 2767891. OLE color: 2767891.

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

Color convert

RGB 19 60 42 -
CMYK 0.68 0 0.3 0.76
HSL 153.66º 0.52% 0.15% -
HSV(B) 153.66º 0.68% 0.24% -
XYZ 2.3 3.54 2.75 -
YUV 45.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 19 60 42 0.68 0 0.3 0.76 153.66 0.52 0.15
Hex 13 3C 2A 44 0 1E 4C 9A 34 F
Octal 23 74 52 104 0 36 114 232 64 17
Binary 10011 111100 101010 1000100 0 11110 1001100 10011010 110100 1111

Color Harmonies of #133C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C2A

Black with #133C2A

Text Example


Text Example

White with #133C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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