Html Css Color HEX #133E2A Zuccini

📋 copy color: '#133E2A'

red 19 ◦ green 62 ◦ blue 42

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

Shades of Zuccini #133E2A

Tints of Zuccini #133E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 50.41%

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

R = 15.45%
G = 50.41%
B = 34.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#133E2A (or 0x133E2A) is known color: Zuccini. HEX triplet: 13, 3E and 2A. RGB value is (19,62,42). Sum of RGB (Red+Green+Blue) = 19+62+42=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #133E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E2A is #ECC1D5. Grayscale: #2E2E2E. Windows color (decimal): -15516118 or 2768403. OLE color: 2768403.

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

Color convert

RGB 19 62 42 -
CMYK 0.69 0 0.32 0.76
HSL 152.09º 0.53% 0.16% -
HSV(B) 152.09º 0.69% 0.24% -
XYZ 2.41 3.75 2.79 -
YUV 46.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 19 62 42 0.69 0 0.32 0.76 152.09 0.53 0.16
Hex 13 3E 2A 45 0 20 4C 98 35 10
Octal 23 76 52 105 0 40 114 230 65 20
Binary 10011 111110 101010 1000101 0 100000 1001100 10011000 110101 10000

Color Harmonies of #133E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E2A

Black with #133E2A

Text Example


Text Example

White with #133E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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