Html Css Color HEX #154B30 Zuccini

📋 copy color: '#154B30'

red 21 ◦ green 75 ◦ blue 48

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

Shades of Zuccini #154B30

Tints of Zuccini #154B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 52.08%

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

R = 14.58%
G = 52.08%
B = 33.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#154B30 (or 0x154B30) is known color: Zuccini. HEX triplet: 15, 4B and 30. RGB value is (21,75,48). Sum of RGB (Red+Green+Blue) = 21+75+48=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #154B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B30 is #EAB4CF. Grayscale: #373737. Windows color (decimal): -15381712 or 3164949. OLE color: 3164949.

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

Color convert

RGB 21 75 48 -
CMYK 0.72 0 0.36 0.71
HSL 150º 0.56% 0.19% -
HSV(B) 150º 0.72% 0.29% -
XYZ 3.36 5.4 3.66 -
YUV 55.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 21 75 48 0.72 0 0.36 0.71 150 0.56 0.19
Hex 15 4B 30 48 0 24 47 96 38 13
Octal 25 113 60 110 0 44 107 226 70 23
Binary 10101 1001011 110000 1001000 0 100100 1000111 10010110 111000 10011

Color Harmonies of #154B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154B30

Black with #154B30

Text Example


Text Example

White with #154B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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