Html Css Color HEX #42996E Ocean Green

📋 copy color: '#42996E'

red 66 ◦ green 153 ◦ blue 110

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

Shades of Ocean Green #42996E

Tints of Ocean Green #42996E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 20.06%
G = 46.5%
B = 33.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#42996E (or 0x42996E) is known color: Ocean Green. HEX triplet: 42, 99 and 6E. RGB value is (66,153,110). Sum of RGB (Red+Green+Blue) = 66+153+110=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #42996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42996E is #BD6691. Grayscale: #7A7A7A. Windows color (decimal): -12412562 or 7248194. OLE color: 7248194.

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

Color convert

RGB 66 153 110 -
CMYK 0.57 0 0.28 0.4
HSL 150.34º 0.4% 0.43% -
HSV(B) 150.34º 0.57% 0.6% -
XYZ 16.45 25.07 18.72 -
YUV 122.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 66 153 110 0.57 0 0.28 0.4 150.34 0.4 0.43
Hex 42 99 6E 39 0 1C 28 96 28 2B
Octal 102 231 156 71 0 34 50 226 50 53
Binary 1000010 10011001 1101110 111001 0 11100 101000 10010110 101000 101011

Color Harmonies of #42996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42996E

Black with #42996E

Text Example


Text Example

White with #42996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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