Html Css Color HEX #133F29 Zuccini

📋 copy color: '#133F29'

red 19 ◦ green 63 ◦ blue 41

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

Shades of Zuccini #133F29

Tints of Zuccini #133F29

RGB

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

 GREEN value IS 63 (25% from 255) = 51.22%

 BLUE value IS 41 (16.41% from 255) = 33.33%

R = 15.45%
G = 51.22%
B = 33.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#133F29 (or 0x133F29) is known color: Zuccini. HEX triplet: 13, 3F and 29. RGB value is (19,63,41). Sum of RGB (Red+Green+Blue) = 19+63+41=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #133F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F29 is #ECC0D6. Grayscale: #2F2F2F. Windows color (decimal): -15515863 or 2703123. OLE color: 2703123.

HSL color Cylindrical-coordinate representation of color #133F29: hue angle of 150º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F29 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 63 41 -
CMYK 0.70 0 0.35 0.75
HSL 150º 0.54% 0.16% -
HSV(B) 150º 0.7% 0.25% -
XYZ 2.45 3.85 2.71 -
YUV 47.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 19 63 41 0.70 0 0.35 0.75 150 0.54 0.16
Hex 13 3F 29 46 0 23 4B 96 36 10
Octal 23 77 51 106 0 43 113 226 66 20
Binary 10011 111111 101001 1000110 0 100011 1001011 10010110 110110 10000

Color Harmonies of #133F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F29

Black with #133F29

Text Example


Text Example

White with #133F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,63,41); }

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

background-color css

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

 a { background-color: rgb(19,63,41); }

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

border-color css

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

 span { border-color: rgb(19,63,41); }

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