Html Css Color HEX #429C73 Ocean Green

📋 copy color: '#429C73'

red 66 ◦ green 156 ◦ blue 115

#429C73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #429C73

Tints of Ocean Green #429C73

RGB

 RED value IS 66 (26.17% from 255) = 19.58%

 GREEN value IS 156 (61.33% from 255) = 46.29%

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 19.58%
G = 46.29%
B = 34.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#429C73 (or 0x429C73) is known color: Ocean Green. HEX triplet: 42, 9C and 73. RGB value is (66,156,115). Sum of RGB (Red+Green+Blue) = 66+156+115=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #429C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C73 is #BD638C. Grayscale: #7C7C7C. Windows color (decimal): -12411789 or 7576642. OLE color: 7576642.

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

Color convert

RGB 66 156 115 -
CMYK 0.58 0 0.26 0.39
HSL 152.67º 0.41% 0.44% -
HSV(B) 152.67º 0.58% 0.61% -
XYZ 17.23 26.17 20.36 -
YUV 124.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 66 156 115 0.58 0 0.26 0.39 152.67 0.41 0.44
Hex 42 9C 73 3A 0 1A 27 99 29 2C
Octal 102 234 163 72 0 32 47 231 51 54
Binary 1000010 10011100 1110011 111010 0 11010 100111 10011001 101001 101100

Color Harmonies of #429C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C73

Black with #429C73

Text Example


Text Example

White with #429C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,156,115); }

 H1.HeaderClassName
 {
   color: #429C73;
 }
 .AnyTagClassName
 {
   color: #429C73;
 }
</style>

background-color css

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

 a { background-color: rgb(66,156,115); }

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

border-color css

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

 span { border-color: rgb(66,156,115); }

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