Html Css Color HEX #40A278 Ocean Green

📋 copy color: '#40A278'

red 64 ◦ green 162 ◦ blue 120

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

Shades of Ocean Green #40A278

Tints of Ocean Green #40A278

RGB

 RED value IS 64 (25.39% from 255) = 18.5%

 GREEN value IS 162 (63.67% from 255) = 46.82%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 18.5%
G = 46.82%
B = 34.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#40A278 (or 0x40A278) is known color: Ocean Green. HEX triplet: 40, A2 and 78. RGB value is (64,162,120). Sum of RGB (Red+Green+Blue) = 64+162+120=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #40A278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A278 is #BF5D87. Grayscale: #7F7F7F. Windows color (decimal): -12541320 or 7905856. OLE color: 7905856.

HSL color Cylindrical-coordinate representation of color #40A278: hue angle of 154.29º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A278 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 162 120 -
CMYK 0.60 0 0.26 0.36
HSL 154.29º 0.43% 0.44% -
HSV(B) 154.29º 0.6% 0.64% -
XYZ 18.42 28.29 22.26 -
YUV 127.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 64 162 120 0.60 0 0.26 0.36 154.29 0.43 0.44
Hex 40 A2 78 3C 0 1A 24 9A 2B 2C
Octal 100 242 170 74 0 32 44 232 53 54
Binary 1000000 10100010 1111000 111100 0 11010 100100 10011010 101011 101100

Color Harmonies of #40A278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A278

Black with #40A278

Text Example


Text Example

White with #40A278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A278; }

 p { color: rgb(64,162,120); }

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

background-color css

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

 a { background-color: rgb(64,162,120); }

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

border-color css

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

 span { border-color: rgb(64,162,120); }

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