Html Css Color HEX #154D30 Zuccini

📋 copy color: '#154D30'

red 21 ◦ green 77 ◦ blue 48

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

Shades of Zuccini #154D30

Tints of Zuccini #154D30

RGB

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

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

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

R = 14.38%
G = 52.74%
B = 32.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#154D30 (or 0x154D30) is known color: Zuccini. HEX triplet: 15, 4D and 30. RGB value is (21,77,48). Sum of RGB (Red+Green+Blue) = 21+77+48=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 77 (30.47% from 255 or 52.74% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 77 - color contains mainly: green. Hex color #154D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D30 is #EAB2CF. Grayscale: #393939. Windows color (decimal): -15381200 or 3165461. OLE color: 3165461.

HSL color Cylindrical-coordinate representation of color #154D30: hue angle of 148.93º 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 #154D30 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 77 48 -
CMYK 0.73 0 0.38 0.70
HSL 148.93º 0.57% 0.19% -
HSV(B) 148.93º 0.73% 0.3% -
XYZ 3.5 5.68 3.71 -
YUV 56.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 21 77 48 0.73 0 0.38 0.70 148.93 0.57 0.19
Hex 15 4D 30 49 0 26 46 95 39 13
Octal 25 115 60 111 0 46 106 225 71 23
Binary 10101 1001101 110000 1001001 0 100110 1000110 10010101 111001 10011

Color Harmonies of #154D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D30

Black with #154D30

Text Example


Text Example

White with #154D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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