Html Css Color HEX #154229 Zuccini

📋 copy color: '#154229'

red 21 ◦ green 66 ◦ blue 41

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

Shades of Zuccini #154229

Tints of Zuccini #154229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 32.03%

R = 16.41%
G = 51.56%
B = 32.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#154229 (or 0x154229) is known color: Zuccini. HEX triplet: 15, 42 and 29. RGB value is (21,66,41). Sum of RGB (Red+Green+Blue) = 21+66+41=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #154229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154229 is #EABDD6. Grayscale: #313131. Windows color (decimal): -15384023 or 2703893. OLE color: 2703893.

HSL color Cylindrical-coordinate representation of color #154229: hue angle of 146.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 #154229 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 66 41 -
CMYK 0.68 0 0.38 0.74
HSL 146.67º 0.52% 0.17% -
HSV(B) 146.67º 0.68% 0.26% -
XYZ 2.66 4.22 2.77 -
YUV 49.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 21 66 41 0.68 0 0.38 0.74 146.67 0.52 0.17
Hex 15 42 29 44 0 26 4A 93 34 11
Octal 25 102 51 104 0 46 112 223 64 21
Binary 10101 1000010 101001 1000100 0 100110 1001010 10010011 110100 10001

Color Harmonies of #154229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154229

Black with #154229

Text Example


Text Example

White with #154229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154229; }

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

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

background-color css

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

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

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

border-color css

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

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

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