Html Css Color HEX #42996F Ocean Green

📋 copy color: '#42996F'

red 66 ◦ green 153 ◦ blue 111

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

Shades of Ocean Green #42996F

Tints of Ocean Green #42996F

RGB

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

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

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

R = 20%
G = 46.36%
B = 33.64%

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

#42996F (or 0x42996F) is known color: Ocean Green. HEX triplet: 42, 99 and 6F. RGB value is (66,153,111). Sum of RGB (Red+Green+Blue) = 66+153+111=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #42996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42996F is #BD6690. Grayscale: #7A7A7A. Windows color (decimal): -12412561 or 7313730. OLE color: 7313730.

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

Color convert

RGB 66 153 111 -
CMYK 0.57 0 0.27 0.4
HSL 151.03º 0.4% 0.43% -
HSV(B) 151.03º 0.57% 0.6% -
XYZ 16.51 25.09 19.01 -
YUV 122.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 66 153 111 0.57 0 0.27 0.4 151.03 0.4 0.43
Hex 42 99 6F 39 0 1B 28 97 28 2B
Octal 102 231 157 71 0 33 50 227 50 53
Binary 1000010 10011001 1101111 111001 0 11011 101000 10010111 101000 101011

Color Harmonies of #42996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42996F

Black with #42996F

Text Example


Text Example

White with #42996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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