Html Css Color HEX #124F29 Zuccini

📋 copy color: '#124F29'

red 18 ◦ green 79 ◦ blue 41

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

Shades of Zuccini #124F29

Tints of Zuccini #124F29

RGB

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

 GREEN value IS 79 (31.25% from 255) = 57.25%

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

R = 13.04%
G = 57.25%
B = 29.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#124F29 (or 0x124F29) is known color: Zuccini. HEX triplet: 12, 4F and 29. RGB value is (18,79,41). Sum of RGB (Red+Green+Blue) = 18+79+41=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #124F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F29 is #EDB0D6. Grayscale: #383838. Windows color (decimal): -15577303 or 2707218. OLE color: 2707218.

HSL color Cylindrical-coordinate representation of color #124F29: hue angle of 142.62º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F29 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 79 41 -
CMYK 0.77 0 0.48 0.69
HSL 142.62º 0.63% 0.19% -
HSV(B) 142.62º 0.77% 0.31% -
XYZ 3.45 5.88 3.05 -
YUV 56.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 18 79 41 0.77 0 0.48 0.69 142.62 0.63 0.19
Hex 12 4F 29 4D 0 30 45 8F 3F 13
Octal 22 117 51 115 0 60 105 217 77 23
Binary 10010 1001111 101001 1001101 0 110000 1000101 10001111 111111 10011

Color Harmonies of #124F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F29

Black with #124F29

Text Example


Text Example

White with #124F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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