Html Css Color HEX #15442F Zuccini

📋 copy color: '#15442F'

red 21 ◦ green 68 ◦ blue 47

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

Shades of Zuccini #15442F

Tints of Zuccini #15442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50%

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

R = 15.44%
G = 50%
B = 34.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#15442F (or 0x15442F) is known color: Zuccini. HEX triplet: 15, 44 and 2F. RGB value is (21,68,47). Sum of RGB (Red+Green+Blue) = 21+68+47=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #15442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15442F is #EABBD0. Grayscale: #333333. Windows color (decimal): -15383505 or 3097621. OLE color: 3097621.

HSL color Cylindrical-coordinate representation of color #15442F: hue angle of 153.19º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15442F is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 68 47 -
CMYK 0.69 0 0.31 0.73
HSL 153.19º 0.53% 0.17% -
HSV(B) 153.19º 0.69% 0.27% -
XYZ 2.89 4.5 3.41 -
YUV 51.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 21 68 47 0.69 0 0.31 0.73 153.19 0.53 0.17
Hex 15 44 2F 45 0 1F 49 99 35 11
Octal 25 104 57 105 0 37 111 231 65 21
Binary 10101 1000100 101111 1000101 0 11111 1001001 10011001 110101 10001

Color Harmonies of #15442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15442F

Black with #15442F

Text Example


Text Example

White with #15442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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