#42A375

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

Shades of Ocean Green #42A375

Tints of Ocean Green #42A375

Color information

#42A375 (or 0x42A375) is unknown color: approx Ocean Green. HEX triplet: 42, A3 and 75. RGB value is (66,163,117). Sum of RGB (Red+Green+Blue) = 66+163+117=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #42A375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A375 is #BD5C8A. Grayscale: #808080. Windows color (decimal): -12409995 or 7709506. OLE color: 7709506.

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

Color convert

RGB66163117-
CMYK0.6000.280.36
HSL151.55º42.36%44.9%-
HSV(B)151.55º59.51%63.92%-
XYZ18.5528.6421.38-
YUV128.75121.3683.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=19.08%
G=47.11%
B=33.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661631170.6000.280.36151.5542.3644.9
Hex42A3753C01C24982a2d
Octal10224316574034442305255
Binary100001010100011111010111110001110010010010011000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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