Html Css Color HEX #2CAB72 Medium Sea Green

📋 copy color: '#2CAB72'

red 44 ◦ green 171 ◦ blue 114

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

Shades of Medium Sea Green #2CAB72

Tints of Medium Sea Green #2CAB72

RGB

 RED value IS 44 (17.58% from 255) = 13.37%

 GREEN value IS 171 (67.19% from 255) = 51.98%

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

R = 13.37%
G = 51.98%
B = 34.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#2CAB72 (or 0x2CAB72) is known color: Medium Sea Green. HEX triplet: 2C, AB and 72. RGB value is (44,171,114). Sum of RGB (Red+Green+Blue) = 44+171+114=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAB72 is #D3548D. Grayscale: #7E7E7E. Windows color (decimal): -13849742 or 7514924. OLE color: 7514924.

HSL color Cylindrical-coordinate representation of color #2CAB72: hue angle of 153.07º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAB72 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 171 114 -
CMYK 0.74 0 0.33 0.33
HSL 153.07º 0.59% 0.42% -
HSV(B) 153.07º 0.74% 0.67% -
XYZ 18.64 30.88 20.9 -
YUV 126.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 44 171 114 0.74 0 0.33 0.33 153.07 0.59 0.42
Hex 2C AB 72 4A 0 21 21 99 3B 2A
Octal 54 253 162 112 0 41 41 231 73 52
Binary 101100 10101011 1110010 1001010 0 100001 100001 10011001 111011 101010

Color Harmonies of #2CAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAB72

Black with #2CAB72

Text Example


Text Example

White with #2CAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CAB72; }

 p { color: rgb(44,171,114); }

 H1.HeaderClassName
 {
   color: #2CAB72;
 }
 .AnyTagClassName
 {
   color: #2CAB72;
 }
</style>

background-color css

<style>
 a { background-color: #2CAB72; }

 a { background-color: rgb(44,171,114); }

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

border-color css

<style>
 span { border-color: #2CAB72; }

 span { border-color: rgb(44,171,114); }

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