Html Css Color HEX #154C28 Zuccini

📋 copy color: '#154C28'

red 21 ◦ green 76 ◦ blue 40

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

Shades of Zuccini #154C28

Tints of Zuccini #154C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 55.47%

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 15.33%
G = 55.47%
B = 29.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#154C28 (or 0x154C28) is known color: Zuccini. HEX triplet: 15, 4C and 28. RGB value is (21,76,40). Sum of RGB (Red+Green+Blue) = 21+76+40=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #154C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C28 is #EAB3D7. Grayscale: #373737. Windows color (decimal): -15381464 or 2640917. OLE color: 2640917.

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

Color convert

RGB 21 76 40 -
CMYK 0.72 0 0.47 0.70
HSL 140.73º 0.57% 0.19% -
HSV(B) 140.73º 0.72% 0.3% -
XYZ 3.28 5.48 2.89 -
YUV 55.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 21 76 40 0.72 0 0.47 0.70 140.73 0.57 0.19
Hex 15 4C 28 48 0 2F 46 8D 39 13
Octal 25 114 50 110 0 57 106 215 71 23
Binary 10101 1001100 101000 1001000 0 101111 1000110 10001101 111001 10011

Color Harmonies of #154C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C28

Black with #154C28

Text Example


Text Example

White with #154C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,76,40); }

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

background-color css

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

 a { background-color: rgb(21,76,40); }

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

border-color css

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

 span { border-color: rgb(21,76,40); }

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