#429B72

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

Shades of Ocean Green #429B72

Tints of Ocean Green #429B72

Color information

#429B72 (or 0x429B72) is unknown color: approx Ocean Green. HEX triplet: 42, 9B and 72. RGB value is (66,155,114). Sum of RGB (Red+Green+Blue) = 66+155+114=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #429B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B72 is #BD648D. Grayscale: #7B7B7B. Windows color (decimal): -12412046 or 7510850. OLE color: 7510850.

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

Color convert

RGB66155114-
CMYK0.5700.260.39
HSL152.36º40.27%43.33%-
HSV(B)152.36º57.42%60.78%-
XYZ17.0125.8220.01-
YUV123.71122.5186.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=19.70%
G=46.27%
B=34.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661551140.5700.260.39152.3640.2743.33
Hex429B723901A2798282b
Octal10223316271032472305053
Binary100001010011011111001011100101101010011110011000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429B72; }

 p { color: rgb(66,155,114); }

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

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

 a { background-color: rgb(66,155,114); }

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

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

 span { border-color: rgb(66,155,114); }

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