Html Css Color HEX #154029 Zuccini

📋 copy color: '#154029'

red 21 ◦ green 64 ◦ blue 41

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

Shades of Zuccini #154029

Tints of Zuccini #154029

RGB

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

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

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

R = 16.67%
G = 50.79%
B = 32.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#154029 (or 0x154029) is known color: Zuccini. HEX triplet: 15, 40 and 29. RGB value is (21,64,41). Sum of RGB (Red+Green+Blue) = 21+64+41=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #154029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154029 is #EABFD6. Grayscale: #303030. Windows color (decimal): -15384535 or 2703381. OLE color: 2703381.

HSL color Cylindrical-coordinate representation of color #154029: hue angle of 147.91º 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 #154029 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 64 41 -
CMYK 0.67 0 0.36 0.75
HSL 147.91º 0.51% 0.17% -
HSV(B) 147.91º 0.67% 0.25% -
XYZ 2.54 3.99 2.73 -
YUV 48.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 21 64 41 0.67 0 0.36 0.75 147.91 0.51 0.17
Hex 15 40 29 43 0 24 4B 94 33 11
Octal 25 100 51 103 0 44 113 224 63 21
Binary 10101 1000000 101001 1000011 0 100100 1001011 10010100 110011 10001

Color Harmonies of #154029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154029

Black with #154029

Text Example


Text Example

White with #154029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154029; }

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

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

background-color css

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

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

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

border-color css

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

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

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