Html Css Color HEX #15412F Zuccini

📋 copy color: '#15412F'

red 21 ◦ green 65 ◦ blue 47

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

Shades of Zuccini #15412F

Tints of Zuccini #15412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.87%

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

R = 15.79%
G = 48.87%
B = 35.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#15412F (or 0x15412F) is known color: Zuccini. HEX triplet: 15, 41 and 2F. RGB value is (21,65,47). Sum of RGB (Red+Green+Blue) = 21+65+47=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #15412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15412F is #EABED0. Grayscale: #313131. Windows color (decimal): -15384273 or 3096853. OLE color: 3096853.

HSL color Cylindrical-coordinate representation of color #15412F: hue angle of 155.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15412F is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 65 47 -
CMYK 0.68 0 0.28 0.75
HSL 155.45º 0.51% 0.17% -
HSV(B) 155.45º 0.68% 0.25% -
XYZ 2.71 4.15 3.35 -
YUV 49.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 21 65 47 0.68 0 0.28 0.75 155.45 0.51 0.17
Hex 15 41 2F 44 0 1C 4B 9B 33 11
Octal 25 101 57 104 0 34 113 233 63 21
Binary 10101 1000001 101111 1000100 0 11100 1001011 10011011 110011 10001

Color Harmonies of #15412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15412F

Black with #15412F

Text Example


Text Example

White with #15412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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