#44A268

Color #44A268 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #44A268

Tints of Ocean Green #44A268

Color information

#44A268 (or 0x44A268) is unknown color: approx Ocean Green. HEX triplet: 44, A2 and 68. RGB value is (68,162,104). Sum of RGB (Red+Green+Blue) = 68+162+104=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #44A268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A268 is #BB5D97. Grayscale: #7F7F7F. Windows color (decimal): -12279192 or 6857284. OLE color: 6857284.

HSL color Cylindrical-coordinate representation of color #44A268: hue angle of 142.98º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A268 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB68162104-
CMYK0.5800.360.36
HSL142.98º40.87%45.1%-
HSV(B)142.98º58.02%63.53%-
XYZ17.828.0717.58-
YUV127.28114.8685.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 162 (63.67% from 255) = 48.50%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=20.36%
G=48.50%
B=31.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621040.5800.360.36142.9840.8745.1
Hex44A2683A024248f292d
Octal10424215072044442175155
Binary1000100101000101101000111010010010010010010001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A268; }

 p { color: rgb(68,162,104); }

 H1.HeaderClassName
 {
   color: #44A268;
 }
 .AnyTagClassName
 {
   color: #44A268;
 }
</style>
background-color css

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

 a { background-color: rgb(68,162,104); }

 div.DivClassName
 {
   background-color: #44A268;
 }
 .BgClassName
 {
   background-color: #44A268;
 }
</style>
border-color css

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

 span { border-color: rgb(68,162,104); }

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