Html Css Color HEX #2CB05D Medium Sea Green

📋 copy color: '#2CB05D'

red 44 ◦ green 176 ◦ blue 93

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

Shades of Medium Sea Green #2CB05D

Tints of Medium Sea Green #2CB05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 14.06%
G = 56.23%
B = 29.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#2CB05D (or 0x2CB05D) is known color: Medium Sea Green. HEX triplet: 2C, B0 and 5D. RGB value is (44,176,93). Sum of RGB (Red+Green+Blue) = 44+176+93=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB05D is #D34FA2. Grayscale: #7F7F7F. Windows color (decimal): -13848483 or 6139948. OLE color: 6139948.

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

Color convert

RGB 44 176 93 -
CMYK 0.75 0 0.47 0.31
HSL 142.27º 0.6% 0.43% -
HSV(B) 142.27º 0.75% 0.69% -
XYZ 18.54 32.38 15.63 -
YUV 127.07 108.77 68.75 -
System Red Green Blue C M Y K H S L
Decimal 44 176 93 0.75 0 0.47 0.31 142.27 0.6 0.43
Hex 2C B0 5D 4B 0 2F 1F 8E 3C 2B
Octal 54 260 135 113 0 57 37 216 74 53
Binary 101100 10110000 1011101 1001011 0 101111 11111 10001110 111100 101011

Color Harmonies of #2CB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB05D

Black with #2CB05D

Text Example


Text Example

White with #2CB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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