Html Css Color HEX #154D29 Zuccini

📋 copy color: '#154D29'

red 21 ◦ green 77 ◦ blue 41

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

Shades of Zuccini #154D29

Tints of Zuccini #154D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 55.4%

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

R = 15.11%
G = 55.4%
B = 29.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#154D29 (or 0x154D29) is known color: Zuccini. HEX triplet: 15, 4D and 29. RGB value is (21,77,41). Sum of RGB (Red+Green+Blue) = 21+77+41=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #154D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D29 is #EAB2D6. Grayscale: #383838. Windows color (decimal): -15381207 or 2706709. OLE color: 2706709.

HSL color Cylindrical-coordinate representation of color #154D29: hue angle of 141.43º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D29 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 77 41 -
CMYK 0.73 0 0.47 0.70
HSL 141.43º 0.57% 0.19% -
HSV(B) 141.43º 0.73% 0.3% -
XYZ 3.36 5.63 3.01 -
YUV 56.15 119.45 102.93 -
System Red Green Blue C M Y K H S L
Decimal 21 77 41 0.73 0 0.47 0.70 141.43 0.57 0.19
Hex 15 4D 29 49 0 2F 46 8D 39 13
Octal 25 115 51 111 0 57 106 215 71 23
Binary 10101 1001101 101001 1001001 0 101111 1000110 10001101 111001 10011

Color Harmonies of #154D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D29

Black with #154D29

Text Example


Text Example

White with #154D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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