#429975

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

Shades of Ocean Green #429975

Tints of Ocean Green #429975

Color information

#429975 (or 0x429975) is unknown color: approx Ocean Green. HEX triplet: 42, 99 and 75. RGB value is (66,153,117). Sum of RGB (Red+Green+Blue) = 66+153+117=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #429975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429975 is #BD668A. Grayscale: #7A7A7A. Windows color (decimal): -12412555 or 7706946. OLE color: 7706946.

HSL color Cylindrical-coordinate representation of color #429975: hue angle of 155.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429975 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB66153117-
CMYK0.5700.240.4
HSL155.17º39.73%42.94%-
HSV(B)155.17º56.86%60%-
XYZ16.8525.2320.81-
YUV122.88124.6887.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=19.64%
G=45.54%
B=34.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531170.5700.240.4155.1739.7342.94
Hex42997539018289b282b
Octal10223116571030502335053
Binary100001010011001111010111100101100010100010011011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429975; }

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

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

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

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

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

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

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

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