Html Css Color HEX #2CB074 Medium Sea Green

📋 copy color: '#2CB074'

red 44 ◦ green 176 ◦ blue 116

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

Shades of Medium Sea Green #2CB074

Tints of Medium Sea Green #2CB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.38%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 13.1%
G = 52.38%
B = 34.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#2CB074 (or 0x2CB074) is known color: Medium Sea Green. HEX triplet: 2C, B0 and 74. RGB value is (44,176,116). Sum of RGB (Red+Green+Blue) = 44+176+116=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB074 is #D34F8B. Grayscale: #818181. Windows color (decimal): -13848460 or 7647276. OLE color: 7647276.

HSL color Cylindrical-coordinate representation of color #2CB074: hue angle of 152.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB074 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 176 116 -
CMYK 0.75 0 0.34 0.31
HSL 152.73º 0.6% 0.43% -
HSV(B) 152.73º 0.75% 0.69% -
XYZ 19.72 32.85 21.82 -
YUV 129.69 120.27 66.88 -
System Red Green Blue C M Y K H S L
Decimal 44 176 116 0.75 0 0.34 0.31 152.73 0.6 0.43
Hex 2C B0 74 4B 0 22 1F 99 3C 2B
Octal 54 260 164 113 0 42 37 231 74 53
Binary 101100 10110000 1110100 1001011 0 100010 11111 10011001 111100 101011

Color Harmonies of #2CB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB074

Black with #2CB074

Text Example


Text Example

White with #2CB074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,176,116); }

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

background-color css

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

 a { background-color: rgb(44,176,116); }

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

border-color css

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

 span { border-color: rgb(44,176,116); }

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