Html Css Color HEX #154A29 Zuccini

📋 copy color: '#154A29'

red 21 ◦ green 74 ◦ blue 41

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

Shades of Zuccini #154A29

Tints of Zuccini #154A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 54.41%

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

R = 15.44%
G = 54.41%
B = 30.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#154A29 (or 0x154A29) is known color: Zuccini. HEX triplet: 15, 4A and 29. RGB value is (21,74,41). Sum of RGB (Red+Green+Blue) = 21+74+41=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #154A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A29 is #EAB5D6. Grayscale: #363636. Windows color (decimal): -15381975 or 2705941. OLE color: 2705941.

HSL color Cylindrical-coordinate representation of color #154A29: hue angle of 142.64º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154A29 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 74 41 -
CMYK 0.72 0 0.45 0.71
HSL 142.64º 0.56% 0.19% -
HSV(B) 142.64º 0.72% 0.29% -
XYZ 3.16 5.22 2.94 -
YUV 54.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 21 74 41 0.72 0 0.45 0.71 142.64 0.56 0.19
Hex 15 4A 29 48 0 2D 47 8F 38 13
Octal 25 112 51 110 0 55 107 217 70 23
Binary 10101 1001010 101001 1001000 0 101101 1000111 10001111 111000 10011

Color Harmonies of #154A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A29

Black with #154A29

Text Example


Text Example

White with #154A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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