Html Css Color HEX #2CAF74 Medium Sea Green

📋 copy color: '#2CAF74'

red 44 ◦ green 175 ◦ blue 116

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

Shades of Medium Sea Green #2CAF74

Tints of Medium Sea Green #2CAF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.24%

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

R = 13.13%
G = 52.24%
B = 34.63%

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

#2CAF74 (or 0x2CAF74) is known color: Medium Sea Green. HEX triplet: 2C, AF and 74. RGB value is (44,175,116). Sum of RGB (Red+Green+Blue) = 44+175+116=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAF74 is #D3508B. Grayscale: #818181. Windows color (decimal): -13848716 or 7647020. OLE color: 7647020.

HSL color Cylindrical-coordinate representation of color #2CAF74: hue angle of 152.98º 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 #2CAF74 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 175 116 -
CMYK 0.75 0 0.34 0.31
HSL 152.98º 0.6% 0.43% -
HSV(B) 152.98º 0.75% 0.69% -
XYZ 19.52 32.46 21.76 -
YUV 129.11 120.6 67.3 -
System Red Green Blue C M Y K H S L
Decimal 44 175 116 0.75 0 0.34 0.31 152.98 0.6 0.43
Hex 2C AF 74 4B 0 22 1F 99 3C 2B
Octal 54 257 164 113 0 42 37 231 74 53
Binary 101100 10101111 1110100 1001011 0 100010 11111 10011001 111100 101011

Color Harmonies of #2CAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAF74

Black with #2CAF74

Text Example


Text Example

White with #2CAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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