Html Css Color HEX #15482A Zuccini

📋 copy color: '#15482A'

red 21 ◦ green 72 ◦ blue 42

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

Shades of Zuccini #15482A

Tints of Zuccini #15482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 15.56%
G = 53.33%
B = 31.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#15482A (or 0x15482A) is known color: Zuccini. HEX triplet: 15, 48 and 2A. RGB value is (21,72,42). Sum of RGB (Red+Green+Blue) = 21+72+42=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #15482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15482A is #EAB7D5. Grayscale: #353535. Windows color (decimal): -15382486 or 2770965. OLE color: 2770965.

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

Color convert

RGB 21 72 42 -
CMYK 0.71 0 0.42 0.72
HSL 144.71º 0.55% 0.18% -
HSV(B) 144.71º 0.71% 0.28% -
XYZ 3.04 4.96 2.99 -
YUV 53.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 21 72 42 0.71 0 0.42 0.72 144.71 0.55 0.18
Hex 15 48 2A 47 0 2A 48 91 37 12
Octal 25 110 52 107 0 52 110 221 67 22
Binary 10101 1001000 101010 1000111 0 101010 1001000 10010001 110111 10010

Color Harmonies of #15482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15482A

Black with #15482A

Text Example


Text Example

White with #15482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15482A; }

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

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

background-color css

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

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

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

border-color css

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

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

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