Html Css Color HEX #154830 Zuccini

📋 copy color: '#154830'

red 21 ◦ green 72 ◦ blue 48

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

Shades of Zuccini #154830

Tints of Zuccini #154830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.04%

R = 14.89%
G = 51.06%
B = 34.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#154830 (or 0x154830) is known color: Zuccini. HEX triplet: 15, 48 and 30. RGB value is (21,72,48). Sum of RGB (Red+Green+Blue) = 21+72+48=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #154830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154830 is #EAB7CF. Grayscale: #363636. Windows color (decimal): -15382480 or 3164181. OLE color: 3164181.

HSL color Cylindrical-coordinate representation of color #154830: hue angle of 151.76º 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 #154830 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 48 -
CMYK 0.71 0 0.33 0.72
HSL 151.76º 0.55% 0.18% -
HSV(B) 151.76º 0.71% 0.28% -
XYZ 3.16 5.01 3.6 -
YUV 54.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 21 72 48 0.71 0 0.33 0.72 151.76 0.55 0.18
Hex 15 48 30 47 0 21 48 98 37 12
Octal 25 110 60 107 0 41 110 230 67 22
Binary 10101 1001000 110000 1000111 0 100001 1001000 10011000 110111 10010

Color Harmonies of #154830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154830

Black with #154830

Text Example


Text Example

White with #154830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154830; }

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

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

background-color css

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

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

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

border-color css

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

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

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