Html Css Color HEX #185030 Zuccini

📋 copy color: '#185030'

red 24 ◦ green 80 ◦ blue 48

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

Shades of Zuccini #185030

Tints of Zuccini #185030

RGB

 RED value IS 24 (9.77% from 255) = 15.79%

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

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

R = 15.79%
G = 52.63%
B = 31.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#185030 (or 0x185030) is known color: Zuccini. HEX triplet: 18, 50 and 30. RGB value is (24,80,48). Sum of RGB (Red+Green+Blue) = 24+80+48=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #185030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185030 is #E7AFCF. Grayscale: #3B3B3B. Windows color (decimal): -15183824 or 3166232. OLE color: 3166232.

HSL color Cylindrical-coordinate representation of color #185030: hue angle of 145.71º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185030 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 48 -
CMYK 0.70 0 0.40 0.69
HSL 145.71º 0.54% 0.2% -
HSV(B) 145.71º 0.7% 0.31% -
XYZ 3.78 6.14 3.78 -
YUV 59.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 24 80 48 0.70 0 0.40 0.69 145.71 0.54 0.2
Hex 18 50 30 46 0 28 45 92 36 14
Octal 30 120 60 106 0 50 105 222 66 24
Binary 11000 1010000 110000 1000110 0 101000 1000101 10010010 110110 10100

Color Harmonies of #185030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185030

Black with #185030

Text Example


Text Example

White with #185030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185030; }

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

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

background-color css

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

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

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

border-color css

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

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

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