Html Css Color HEX #15412A Zuccini

📋 copy color: '#15412A'

red 21 ◦ green 65 ◦ blue 42

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

Shades of Zuccini #15412A

Tints of Zuccini #15412A

RGB

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

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

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

R = 16.41%
G = 50.78%
B = 32.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#15412A (or 0x15412A) is known color: Zuccini. HEX triplet: 15, 41 and 2A. RGB value is (21,65,42). Sum of RGB (Red+Green+Blue) = 21+65+42=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #15412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15412A is #EABED5. Grayscale: #313131. Windows color (decimal): -15384278 or 2769173. OLE color: 2769173.

HSL color Cylindrical-coordinate representation of color #15412A: hue angle of 148.64º 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 #15412A is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 65 42 -
CMYK 0.68 0 0.35 0.75
HSL 148.64º 0.51% 0.17% -
HSV(B) 148.64º 0.68% 0.25% -
XYZ 2.62 4.11 2.85 -
YUV 49.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 21 65 42 0.68 0 0.35 0.75 148.64 0.51 0.17
Hex 15 41 2A 44 0 23 4B 95 33 11
Octal 25 101 52 104 0 43 113 225 63 21
Binary 10101 1000001 101010 1000100 0 100011 1001011 10010101 110011 10001

Color Harmonies of #15412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15412A

Black with #15412A

Text Example


Text Example

White with #15412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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