Html Css Color HEX #124930 Zuccini

📋 copy color: '#124930'

red 18 ◦ green 73 ◦ blue 48

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

Shades of Zuccini #124930

Tints of Zuccini #124930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.52%

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 12.95%
G = 52.52%
B = 34.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#124930 (or 0x124930) is known color: Zuccini. HEX triplet: 12, 49 and 30. RGB value is (18,73,48). Sum of RGB (Red+Green+Blue) = 18+73+48=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #124930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124930 is #EDB6CF. Grayscale: #353535. Windows color (decimal): -15578832 or 3164434. OLE color: 3164434.

HSL color Cylindrical-coordinate representation of color #124930: hue angle of 152.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124930 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 48 -
CMYK 0.75 0 0.34 0.71
HSL 152.73º 0.6% 0.18% -
HSV(B) 152.73º 0.75% 0.29% -
XYZ 3.17 5.11 3.62 -
YUV 53.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 18 73 48 0.75 0 0.34 0.71 152.73 0.6 0.18
Hex 12 49 30 4B 0 22 47 99 3C 12
Octal 22 111 60 113 0 42 107 231 74 22
Binary 10010 1001001 110000 1001011 0 100010 1000111 10011001 111100 10010

Color Harmonies of #124930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124930

Black with #124930

Text Example


Text Example

White with #124930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124930; }

 p { color: rgb(18,73,48); }

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

background-color css

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

 a { background-color: rgb(18,73,48); }

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

border-color css

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

 span { border-color: rgb(18,73,48); }

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