Html Css Color HEX #125030 Zuccini

📋 copy color: '#125030'

red 18 ◦ green 80 ◦ blue 48

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

Shades of Zuccini #125030

Tints of Zuccini #125030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.79%

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

R = 12.33%
G = 54.79%
B = 32.88%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#125030 (or 0x125030) is known color: Zuccini. HEX triplet: 12, 50 and 30. RGB value is (18,80,48). Sum of RGB (Red+Green+Blue) = 18+80+48=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #125030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125030 is #EDAFCF. Grayscale: #393939. Windows color (decimal): -15577040 or 3166226. OLE color: 3166226.

HSL color Cylindrical-coordinate representation of color #125030: hue angle of 149.03º 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 #125030 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 48 -
CMYK 0.78 0 0.40 0.69
HSL 149.03º 0.63% 0.19% -
HSV(B) 149.03º 0.78% 0.31% -
XYZ 3.65 6.08 3.78 -
YUV 57.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 18 80 48 0.78 0 0.40 0.69 149.03 0.63 0.19
Hex 12 50 30 4E 0 28 45 95 3F 13
Octal 22 120 60 116 0 50 105 225 77 23
Binary 10010 1010000 110000 1001110 0 101000 1000101 10010101 111111 10011

Color Harmonies of #125030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125030

Black with #125030

Text Example


Text Example

White with #125030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125030; }

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

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

background-color css

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

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

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

border-color css

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

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

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