Html Css Color HEX #124830 Zuccini

📋 copy color: '#124830'

red 18 ◦ green 72 ◦ blue 48

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

Shades of Zuccini #124830

Tints of Zuccini #124830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

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

R = 13.04%
G = 52.17%
B = 34.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#124830 (or 0x124830) is known color: Zuccini. HEX triplet: 12, 48 and 30. RGB value is (18,72,48). Sum of RGB (Red+Green+Blue) = 18+72+48=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #124830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124830 is #EDB7CF. Grayscale: #353535. Windows color (decimal): -15579088 or 3164178. OLE color: 3164178.

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

Color convert

RGB 18 72 48 -
CMYK 0.75 0 0.33 0.72
HSL 153.33º 0.6% 0.18% -
HSV(B) 153.33º 0.75% 0.28% -
XYZ 3.1 4.98 3.59 -
YUV 53.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 18 72 48 0.75 0 0.33 0.72 153.33 0.6 0.18
Hex 12 48 30 4B 0 21 48 99 3C 12
Octal 22 110 60 113 0 41 110 231 74 22
Binary 10010 1001000 110000 1001011 0 100001 1001000 10011001 111100 10010

Color Harmonies of #124830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124830

Black with #124830

Text Example


Text Example

White with #124830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124830; }

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

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

background-color css

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

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

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

border-color css

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

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

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