#195F42

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

Shades of Fun Green #195F42

Tints of Fun Green #195F42

Color information

#195F42 (or 0x195F42) is unknown color: approx Fun Green. HEX triplet: 19, 5F and 42. RGB value is (25,95,66). Sum of RGB (Red+Green+Blue) = 25+95+66=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #195F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195F42 is #E6A0BD. Grayscale: #464646. Windows color (decimal): -15114430 or 4349721. OLE color: 4349721.

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

Color convert

RGB259566-
CMYK0.7400.310.63
HSL155.14º58.33%23.53%-
HSV(B)155.14º73.68%37.25%-
XYZ5.488.786.56-
YUV70.76125.3195.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 95 (37.5% from 255) = 51.08%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=13.44%
G=51.08%
B=35.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2595660.7400.310.63155.1458.3323.53
Hex195F424A01F3F9b3a18
Octal31137102112037772337230
Binary110011011111100001010010100111111111111001101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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