Html Css Color HEX #429B70 Ocean Green

📋 copy color: '#429B70'

red 66 ◦ green 155 ◦ blue 112

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

Shades of Ocean Green #429B70

Tints of Ocean Green #429B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.55%

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 19.82%
G = 46.55%
B = 33.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#429B70 (or 0x429B70) is known color: Ocean Green. HEX triplet: 42, 9B and 70. RGB value is (66,155,112). Sum of RGB (Red+Green+Blue) = 66+155+112=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #429B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B70 is #BD648F. Grayscale: #7B7B7B. Windows color (decimal): -12412048 or 7379778. OLE color: 7379778.

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

Color convert

RGB 66 155 112 -
CMYK 0.57 0 0.28 0.39
HSL 151.01º 0.4% 0.43% -
HSV(B) 151.01º 0.57% 0.61% -
XYZ 16.89 25.77 19.41 -
YUV 123.49 121.51 87 -
System Red Green Blue C M Y K H S L
Decimal 66 155 112 0.57 0 0.28 0.39 151.01 0.4 0.43
Hex 42 9B 70 39 0 1C 27 97 28 2B
Octal 102 233 160 71 0 34 47 227 50 53
Binary 1000010 10011011 1110000 111001 0 11100 100111 10010111 101000 101011

Color Harmonies of #429B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B70

Black with #429B70

Text Example


Text Example

White with #429B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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