Html Css Color HEX #185F42 Fun Green

📋 copy color: '#185F42'

red 24 ◦ green 95 ◦ blue 66

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

Shades of Fun Green #185F42

Tints of Fun Green #185F42

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 value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#185F42 (or 0x185F42) is known color: 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

RGB 24 95 66 -
CMYK 0.75 0 0.31 0.63
HSL 155.49º 0.6% 0.23% -
HSV(B) 155.49º 0.75% 0.37% -
XYZ 5.45 8.77 6.56 -
YUV 70.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 24 95 66 0.75 0 0.31 0.63 155.49 0.6 0.23
Hex 18 5F 42 4B 0 1F 3F 9B 3C 17
Octal 30 137 102 113 0 37 77 233 74 27
Binary 11000 1011111 1000010 1001011 0 11111 111111 10011011 111100 10111

Color Harmonies of #185F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F42

Black with #185F42

Text Example


Text Example

White with #185F42

Text Example


Text Example

HTML Codes & Css Web 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>