#42A275

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

Shades of Ocean Green #42A275

Tints of Ocean Green #42A275

Color information

#42A275 (or 0x42A275) is unknown color: approx Ocean Green. HEX triplet: 42, A2 and 75. RGB value is (66,162,117). Sum of RGB (Red+Green+Blue) = 66+162+117=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #42A275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A275 is #BD5D8A. Grayscale: #808080. Windows color (decimal): -12410251 or 7709250. OLE color: 7709250.

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

Color convert

RGB66162117-
CMYK0.5900.280.36
HSL151.88º42.11%44.71%-
HSV(B)151.88º59.26%63.53%-
XYZ18.3828.2821.32-
YUV128.17121.783.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=19.13%
G=46.96%
B=33.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621170.5900.280.36151.8842.1144.71
Hex42A2753B01C24982a2d
Octal10224216573034442305255
Binary100001010100010111010111101101110010010010011000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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