Html Css Color HEX #124D29 Zuccini

📋 copy color: '#124D29'

red 18 ◦ green 77 ◦ blue 41

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

Shades of Zuccini #124D29

Tints of Zuccini #124D29

RGB

 RED value IS 18 (7.42% from 255) = 13.24%

 GREEN value IS 77 (30.47% from 255) = 56.62%

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

R = 13.24%
G = 56.62%
B = 30.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#124D29 (or 0x124D29) is known color: Zuccini. HEX triplet: 12, 4D and 29. RGB value is (18,77,41). Sum of RGB (Red+Green+Blue) = 18+77+41=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #124D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D29 is #EDB2D6. Grayscale: #373737. Windows color (decimal): -15577815 or 2706706. OLE color: 2706706.

HSL color Cylindrical-coordinate representation of color #124D29: hue angle of 143.39º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D29 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 77 41 -
CMYK 0.77 0 0.47 0.70
HSL 143.39º 0.62% 0.19% -
HSV(B) 143.39º 0.77% 0.3% -
XYZ 3.3 5.6 3 -
YUV 55.26 119.95 101.43 -
System Red Green Blue C M Y K H S L
Decimal 18 77 41 0.77 0 0.47 0.70 143.39 0.62 0.19
Hex 12 4D 29 4D 0 2F 46 8F 3E 13
Octal 22 115 51 115 0 57 106 217 76 23
Binary 10010 1001101 101001 1001101 0 101111 1000110 10001111 111110 10011

Color Harmonies of #124D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D29

Black with #124D29

Text Example


Text Example

White with #124D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D29; }

 p { color: rgb(18,77,41); }

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

background-color css

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

 a { background-color: rgb(18,77,41); }

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

border-color css

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

 span { border-color: rgb(18,77,41); }

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