Html Css Color HEX #429D71 Ocean Green

📋 copy color: '#429D71'

red 66 ◦ green 157 ◦ blue 113

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

Shades of Ocean Green #429D71

Tints of Ocean Green #429D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 19.64%
G = 46.73%
B = 33.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#429D71 (or 0x429D71) is known color: Ocean Green. HEX triplet: 42, 9D and 71. RGB value is (66,157,113). Sum of RGB (Red+Green+Blue) = 66+157+113=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #429D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D71 is #BD628E. Grayscale: #7C7C7C. Windows color (decimal): -12411535 or 7445826. OLE color: 7445826.

HSL color Cylindrical-coordinate representation of color #429D71: hue angle of 150.99º 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 #429D71 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 157 113 -
CMYK 0.58 0 0.28 0.38
HSL 150.99º 0.41% 0.44% -
HSV(B) 150.99º 0.58% 0.62% -
XYZ 17.28 26.46 19.82 -
YUV 124.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 66 157 113 0.58 0 0.28 0.38 150.99 0.41 0.44
Hex 42 9D 71 3A 0 1C 26 97 29 2C
Octal 102 235 161 72 0 34 46 227 51 54
Binary 1000010 10011101 1110001 111010 0 11100 100110 10010111 101001 101100

Color Harmonies of #429D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D71

Black with #429D71

Text Example


Text Example

White with #429D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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