Html Css Color HEX #44A271 Ocean Green

📋 copy color: '#44A271'

red 68 ◦ green 162 ◦ blue 113

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

Shades of Ocean Green #44A271

Tints of Ocean Green #44A271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 19.83%
G = 47.23%
B = 32.94%

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

#44A271 (or 0x44A271) is known color: Ocean Green. HEX triplet: 44, A2 and 71. RGB value is (68,162,113). Sum of RGB (Red+Green+Blue) = 68+162+113=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #44A271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A271 is #BB5D8E. Grayscale: #808080. Windows color (decimal): -12279183 or 7447108. OLE color: 7447108.

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

Color convert

RGB 68 162 113 -
CMYK 0.58 0 0.30 0.36
HSL 148.72º 0.41% 0.45% -
HSV(B) 148.72º 0.58% 0.64% -
XYZ 18.28 28.26 20.11 -
YUV 128.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 68 162 113 0.58 0 0.30 0.36 148.72 0.41 0.45
Hex 44 A2 71 3A 0 1E 24 95 29 2D
Octal 104 242 161 72 0 36 44 225 51 55
Binary 1000100 10100010 1110001 111010 0 11110 100100 10010101 101001 101101

Color Harmonies of #44A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A271

Black with #44A271

Text Example


Text Example

White with #44A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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