#42A175

Color #42A175 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #42A175

Tints of Ocean Green #42A175

Color information

#42A175 (or 0x42A175) is unknown color: approx Ocean Green. HEX triplet: 42, A1 and 75. RGB value is (66,161,117). Sum of RGB (Red+Green+Blue) = 66+161+117=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #42A175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A175 is #BD5E8A. Grayscale: #7F7F7F. Windows color (decimal): -12410507 or 7708994. OLE color: 7708994.

HSL color Cylindrical-coordinate representation of color #42A175: hue angle of 152.21º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A175 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB66161117-
CMYK0.5900.270.37
HSL152.21º41.85%44.51%-
HSV(B)152.21º59.01%63.14%-
XYZ18.227.9321.26-
YUV127.58122.0384.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 161 (63.28% from 255) = 46.80%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=19.19%
G=46.80%
B=34.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal661611170.5900.270.37152.2141.8544.51
Hex42A1753B01B25982a2d
Octal10224116573033452305255
Binary100001010100001111010111101101101110010110011000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A175; }

 p { color: rgb(66,161,117); }

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

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

 a { background-color: rgb(66,161,117); }

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

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

 span { border-color: rgb(66,161,117); }

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