Html Css Color HEX #429F6F Ocean Green

📋 copy color: '#429F6F'

red 66 ◦ green 159 ◦ blue 111

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

Shades of Ocean Green #429F6F

Tints of Ocean Green #429F6F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.32%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 19.64%
G = 47.32%
B = 33.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#429F6F (or 0x429F6F) is known color: Ocean Green. HEX triplet: 42, 9F and 6F. RGB value is (66,159,111). Sum of RGB (Red+Green+Blue) = 66+159+111=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #429F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F6F is #BD6090. Grayscale: #7D7D7D. Windows color (decimal): -12411025 or 7315266. OLE color: 7315266.

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

Color convert

RGB 66 159 111 -
CMYK 0.58 0 0.30 0.38
HSL 149.03º 0.41% 0.44% -
HSV(B) 149.03º 0.58% 0.62% -
XYZ 17.51 27.1 19.35 -
YUV 125.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 66 159 111 0.58 0 0.30 0.38 149.03 0.41 0.44
Hex 42 9F 6F 3A 0 1E 26 95 29 2C
Octal 102 237 157 72 0 36 46 225 51 54
Binary 1000010 10011111 1101111 111010 0 11110 100110 10010101 101001 101100

Color Harmonies of #429F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F6F

Black with #429F6F

Text Example


Text Example

White with #429F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,111); }

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

background-color css

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

 a { background-color: rgb(66,159,111); }

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

border-color css

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

 span { border-color: rgb(66,159,111); }

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