Html Css Color HEX #15482F Zuccini

📋 copy color: '#15482F'

red 21 ◦ green 72 ◦ blue 47

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

Shades of Zuccini #15482F

Tints of Zuccini #15482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 15%
G = 51.43%
B = 33.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#15482F (or 0x15482F) is known color: Zuccini. HEX triplet: 15, 48 and 2F. RGB value is (21,72,47). Sum of RGB (Red+Green+Blue) = 21+72+47=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #15482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15482F is #EAB7D0. Grayscale: #353535. Windows color (decimal): -15382481 or 3098645. OLE color: 3098645.

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

Color convert

RGB 21 72 47 -
CMYK 0.71 0 0.35 0.72
HSL 150.59º 0.55% 0.18% -
HSV(B) 150.59º 0.71% 0.28% -
XYZ 3.14 5 3.49 -
YUV 53.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 21 72 47 0.71 0 0.35 0.72 150.59 0.55 0.18
Hex 15 48 2F 47 0 23 48 97 37 12
Octal 25 110 57 107 0 43 110 227 67 22
Binary 10101 1001000 101111 1000111 0 100011 1001000 10010111 110111 10010

Color Harmonies of #15482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15482F

Black with #15482F

Text Example


Text Example

White with #15482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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