Html Css Color HEX #133D2A Zuccini

📋 copy color: '#133D2A'

red 19 ◦ green 61 ◦ blue 42

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

Shades of Zuccini #133D2A

Tints of Zuccini #133D2A

RGB

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

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

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

R = 15.57%
G = 50%
B = 34.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.76

RGB Variations

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

Color information

#133D2A (or 0x133D2A) is known color: Zuccini. HEX triplet: 13, 3D and 2A. RGB value is (19,61,42). Sum of RGB (Red+Green+Blue) = 19+61+42=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #133D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D2A is #ECC2D5. Grayscale: #2E2E2E. Windows color (decimal): -15516374 or 2768147. OLE color: 2768147.

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

Color convert

RGB 19 61 42 -
CMYK 0.69 0 0.31 0.76
HSL 152.86º 0.53% 0.16% -
HSV(B) 152.86º 0.69% 0.24% -
XYZ 2.36 3.64 2.77 -
YUV 46.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 19 61 42 0.69 0 0.31 0.76 152.86 0.53 0.16
Hex 13 3D 2A 45 0 1F 4C 99 34 10
Octal 23 75 52 105 0 37 114 231 64 20
Binary 10011 111101 101010 1000101 0 11111 1001100 10011001 110100 10000

Color Harmonies of #133D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D2A

Black with #133D2A

Text Example


Text Example

White with #133D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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