#185F42

Color #185F42 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #185F42

Tints of Fun Green #185F42

Color information

#185F42 (or 0x185F42) is unknown color: approx Fun Green. HEX triplet: 18, 5F and 42. RGB value is (24,95,66). Sum of RGB (Red+Green+Blue) = 24+95+66=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #185F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185F42 is #E7A0BD. Grayscale: #464646. Windows color (decimal): -15179966 or 4349720. OLE color: 4349720.

HSL color Cylindrical-coordinate representation of color #185F42: hue angle of 155.49º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F42 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB249566-
CMYK0.7500.310.63
HSL155.49º59.66%23.33%-
HSV(B)155.49º74.74%37.25%-
XYZ5.458.776.56-
YUV70.46125.4894.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 95 (37.5% from 255) = 51.35%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=12.97%
G=51.35%
B=35.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2495660.7500.310.63155.4959.6623.33
Hex185F424B01F3F9b3c17
Octal30137102113037772337427
Binary110001011111100001010010110111111111111001101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185F42; }

 p { color: rgb(24,95,66); }

 H1.HeaderClassName
 {
   color: #185F42;
 }
 .AnyTagClassName
 {
   color: #185F42;
 }
</style>
background-color css

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

 a { background-color: rgb(24,95,66); }

 div.DivClassName
 {
   background-color: #185F42;
 }
 .BgClassName
 {
   background-color: #185F42;
 }
</style>
border-color css

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

 span { border-color: rgb(24,95,66); }

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