Html Css Color HEX #429B73 Ocean Green

📋 copy color: '#429B73'

red 66 ◦ green 155 ◦ blue 115

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

Shades of Ocean Green #429B73

Tints of Ocean Green #429B73

RGB

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

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

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

R = 19.64%
G = 46.13%
B = 34.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#429B73 (or 0x429B73) is known color: Ocean Green. HEX triplet: 42, 9B and 73. RGB value is (66,155,115). Sum of RGB (Red+Green+Blue) = 66+155+115=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #429B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B73 is #BD648C. Grayscale: #7B7B7B. Windows color (decimal): -12412045 or 7576386. OLE color: 7576386.

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

Color convert

RGB 66 155 115 -
CMYK 0.57 0 0.26 0.39
HSL 153.03º 0.4% 0.43% -
HSV(B) 153.03º 0.57% 0.61% -
XYZ 17.06 25.84 20.31 -
YUV 123.83 123.01 86.75 -
System Red Green Blue C M Y K H S L
Decimal 66 155 115 0.57 0 0.26 0.39 153.03 0.4 0.43
Hex 42 9B 73 39 0 1A 27 99 28 2B
Octal 102 233 163 71 0 32 47 231 50 53
Binary 1000010 10011011 1110011 111001 0 11010 100111 10011001 101000 101011

Color Harmonies of #429B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B73

Black with #429B73

Text Example


Text Example

White with #429B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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