Html Css Color HEX #429970 Ocean Green

📋 copy color: '#429970'

red 66 ◦ green 153 ◦ blue 112

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

Shades of Ocean Green #429970

Tints of Ocean Green #429970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

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

R = 19.94%
G = 46.22%
B = 33.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#429970 (or 0x429970) is known color: Ocean Green. HEX triplet: 42, 99 and 70. RGB value is (66,153,112). Sum of RGB (Red+Green+Blue) = 66+153+112=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #429970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429970 is #BD668F. Grayscale: #7A7A7A. Windows color (decimal): -12412560 or 7379266. OLE color: 7379266.

HSL color Cylindrical-coordinate representation of color #429970: hue angle of 151.72º degrees, saturation: 0.4, 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 #429970 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 112 -
CMYK 0.57 0 0.27 0.4
HSL 151.72º 0.4% 0.43% -
HSV(B) 151.72º 0.57% 0.6% -
XYZ 16.56 25.11 19.3 -
YUV 122.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 66 153 112 0.57 0 0.27 0.4 151.72 0.4 0.43
Hex 42 99 70 39 0 1B 28 98 28 2B
Octal 102 231 160 71 0 33 50 230 50 53
Binary 1000010 10011001 1110000 111001 0 11011 101000 10011000 101000 101011

Color Harmonies of #429970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429970

Black with #429970

Text Example


Text Example

White with #429970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429970; }

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

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

background-color css

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

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

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

border-color css

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

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

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