Html Css Color HEX #15422F Zuccini

📋 copy color: '#15422F'

red 21 ◦ green 66 ◦ blue 47

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

Shades of Zuccini #15422F

Tints of Zuccini #15422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.25%

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

R = 15.67%
G = 49.25%
B = 35.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#15422F (or 0x15422F) is known color: Zuccini. HEX triplet: 15, 42 and 2F. RGB value is (21,66,47). Sum of RGB (Red+Green+Blue) = 21+66+47=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #15422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15422F is #EABDD0. Grayscale: #323232. Windows color (decimal): -15384017 or 3097109. OLE color: 3097109.

HSL color Cylindrical-coordinate representation of color #15422F: hue angle of 154.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15422F is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 66 47 -
CMYK 0.68 0 0.29 0.74
HSL 154.67º 0.52% 0.17% -
HSV(B) 154.67º 0.68% 0.26% -
XYZ 2.77 4.26 3.37 -
YUV 50.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 21 66 47 0.68 0 0.29 0.74 154.67 0.52 0.17
Hex 15 42 2F 44 0 1D 4A 9B 34 11
Octal 25 102 57 104 0 35 112 233 64 21
Binary 10101 1000010 101111 1000100 0 11101 1001010 10011011 110100 10001

Color Harmonies of #15422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15422F

Black with #15422F

Text Example


Text Example

White with #15422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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