Html Css Color HEX #429870 Ocean Green

📋 copy color: '#429870'

red 66 ◦ green 152 ◦ blue 112

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

Shades of Ocean Green #429870

Tints of Ocean Green #429870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.06%

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

R = 20%
G = 46.06%
B = 33.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#429870 (or 0x429870) is known color: Ocean Green. HEX triplet: 42, 98 and 70. RGB value is (66,152,112). Sum of RGB (Red+Green+Blue) = 66+152+112=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #429870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429870 is #BD678F. Grayscale: #797979. Windows color (decimal): -12412816 or 7379010. OLE color: 7379010.

HSL color Cylindrical-coordinate representation of color #429870: hue angle of 152.09º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429870 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 112 -
CMYK 0.57 0 0.26 0.40
HSL 152.09º 0.39% 0.43% -
HSV(B) 152.09º 0.57% 0.6% -
XYZ 16.4 24.78 19.25 -
YUV 121.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 66 152 112 0.57 0 0.26 0.40 152.09 0.39 0.43
Hex 42 98 70 39 0 1A 28 98 27 2B
Octal 102 230 160 71 0 32 50 230 47 53
Binary 1000010 10011000 1110000 111001 0 11010 101000 10011000 100111 101011

Color Harmonies of #429870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429870

Black with #429870

Text Example


Text Example

White with #429870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429870; }

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

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

background-color css

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

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

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

border-color css

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

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

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