Html Css Color HEX #429D74 Ocean Green

📋 copy color: '#429D74'

red 66 ◦ green 157 ◦ blue 116

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

Shades of Ocean Green #429D74

Tints of Ocean Green #429D74

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 19.47%
G = 46.31%
B = 34.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#429D74 (or 0x429D74) is known color: Ocean Green. HEX triplet: 42, 9D and 74. RGB value is (66,157,116). Sum of RGB (Red+Green+Blue) = 66+157+116=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #429D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D74 is #BD628B. Grayscale: #7D7D7D. Windows color (decimal): -12411532 or 7642434. OLE color: 7642434.

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

Color convert

RGB 66 157 116 -
CMYK 0.58 0 0.26 0.38
HSL 152.97º 0.41% 0.44% -
HSV(B) 152.97º 0.58% 0.62% -
XYZ 17.46 26.53 20.72 -
YUV 125.12 122.85 85.83 -
System Red Green Blue C M Y K H S L
Decimal 66 157 116 0.58 0 0.26 0.38 152.97 0.41 0.44
Hex 42 9D 74 3A 0 1A 26 99 29 2C
Octal 102 235 164 72 0 32 46 231 51 54
Binary 1000010 10011101 1110100 111010 0 11010 100110 10011001 101001 101100

Color Harmonies of #429D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D74

Black with #429D74

Text Example


Text Example

White with #429D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,157,116); }

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

background-color css

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

 a { background-color: rgb(66,157,116); }

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

border-color css

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

 span { border-color: rgb(66,157,116); }

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