Html Css Color HEX #15402A Zuccini

📋 copy color: '#15402A'

red 21 ◦ green 64 ◦ blue 42

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

Shades of Zuccini #15402A

Tints of Zuccini #15402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.39%

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

R = 16.54%
G = 50.39%
B = 33.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#15402A (or 0x15402A) is known color: Zuccini. HEX triplet: 15, 40 and 2A. RGB value is (21,64,42). Sum of RGB (Red+Green+Blue) = 21+64+42=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #15402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15402A is #EABFD5. Grayscale: #303030. Windows color (decimal): -15384534 or 2768917. OLE color: 2768917.

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

Color convert

RGB 21 64 42 -
CMYK 0.67 0 0.34 0.75
HSL 149.3º 0.51% 0.17% -
HSV(B) 149.3º 0.67% 0.25% -
XYZ 2.56 3.99 2.83 -
YUV 48.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 21 64 42 0.67 0 0.34 0.75 149.3 0.51 0.17
Hex 15 40 2A 43 0 22 4B 95 33 11
Octal 25 100 52 103 0 42 113 225 63 21
Binary 10101 1000000 101010 1000011 0 100010 1001011 10010101 110011 10001

Color Harmonies of #15402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15402A

Black with #15402A

Text Example


Text Example

White with #15402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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