Html Css Color HEX #154829 Zuccini

📋 copy color: '#154829'

red 21 ◦ green 72 ◦ blue 41

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

Shades of Zuccini #154829

Tints of Zuccini #154829

RGB

 RED value IS 21 (8.59% from 255) = 15.67%

 GREEN value IS 72 (28.52% from 255) = 53.73%

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

R = 15.67%
G = 53.73%
B = 30.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#154829 (or 0x154829) is known color: Zuccini. HEX triplet: 15, 48 and 29. RGB value is (21,72,41). Sum of RGB (Red+Green+Blue) = 21+72+41=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #154829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154829 is #EAB7D6. Grayscale: #353535. Windows color (decimal): -15382487 or 2705429. OLE color: 2705429.

HSL color Cylindrical-coordinate representation of color #154829: hue angle of 143.53º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154829 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 41 -
CMYK 0.71 0 0.43 0.72
HSL 143.53º 0.55% 0.18% -
HSV(B) 143.53º 0.71% 0.28% -
XYZ 3.03 4.95 2.89 -
YUV 53.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 21 72 41 0.71 0 0.43 0.72 143.53 0.55 0.18
Hex 15 48 29 47 0 2B 48 90 37 12
Octal 25 110 51 107 0 53 110 220 67 22
Binary 10101 1001000 101001 1000111 0 101011 1001000 10010000 110111 10010

Color Harmonies of #154829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154829

Black with #154829

Text Example


Text Example

White with #154829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154829; }

 p { color: rgb(21,72,41); }

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

background-color css

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

 a { background-color: rgb(21,72,41); }

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

border-color css

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

 span { border-color: rgb(21,72,41); }

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