Html Css Color HEX #44A272 Ocean Green

📋 copy color: '#44A272'

red 68 ◦ green 162 ◦ blue 114

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

Shades of Ocean Green #44A272

Tints of Ocean Green #44A272

RGB

 RED value IS 68 (26.95% from 255) = 19.77%

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

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 19.77%
G = 47.09%
B = 33.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#44A272 (or 0x44A272) is known color: Ocean Green. HEX triplet: 44, A2 and 72. RGB value is (68,162,114). Sum of RGB (Red+Green+Blue) = 68+162+114=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #44A272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A272 is #BB5D8D. Grayscale: #808080. Windows color (decimal): -12279182 or 7512644. OLE color: 7512644.

HSL color Cylindrical-coordinate representation of color #44A272: hue angle of 149.36º 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 #44A272 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 162 114 -
CMYK 0.58 0 0.30 0.36
HSL 149.36º 0.41% 0.45% -
HSV(B) 149.36º 0.58% 0.64% -
XYZ 18.34 28.28 20.41 -
YUV 128.42 119.86 84.9 -
System Red Green Blue C M Y K H S L
Decimal 68 162 114 0.58 0 0.30 0.36 149.36 0.41 0.45
Hex 44 A2 72 3A 0 1E 24 95 29 2D
Octal 104 242 162 72 0 36 44 225 51 55
Binary 1000100 10100010 1110010 111010 0 11110 100100 10010101 101001 101101

Color Harmonies of #44A272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A272

Black with #44A272

Text Example


Text Example

White with #44A272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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