#42A66F

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

Shades of Ocean Green #42A66F

Tints of Ocean Green #42A66F

Color information

#42A66F (or 0x42A66F) is unknown color: approx Ocean Green. HEX triplet: 42, A6 and 6F. RGB value is (66,166,111). Sum of RGB (Red+Green+Blue) = 66+166+111=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #42A66F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A66F is #BD5990. Grayscale: #818181. Windows color (decimal): -12409233 or 7317058. OLE color: 7317058.

HSL color Cylindrical-coordinate representation of color #42A66F: hue angle of 147º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A66F is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB66166111-
CMYK0.6000.330.35
HSL147º43.1%45.49%-
HSV(B)147º60.24%65.1%-
XYZ18.7529.5819.76-
YUV129.83117.3782.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=19.24%
G=48.40%
B=32.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661661110.6000.330.3514743.145.49
Hex42A66F3C02123932b2d
Octal10224615774041432235355
Binary1000010101001101101111111100010000110001110010011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,166,111); }

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

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

 a { background-color: rgb(66,166,111); }

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

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

 span { border-color: rgb(66,166,111); }

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