Html Css Color HEX #2CBD68 Medium Sea Green

📋 copy color: '#2CBD68'

red 44 ◦ green 189 ◦ blue 104

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

Shades of Medium Sea Green #2CBD68

Tints of Medium Sea Green #2CBD68

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.08%

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 13.06%
G = 56.08%
B = 30.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#2CBD68 (or 0x2CBD68) is known color: Medium Sea Green. HEX triplet: 2C, BD and 68. RGB value is (44,189,104). Sum of RGB (Red+Green+Blue) = 44+189+104=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBD68 is #D34297. Grayscale: #888888. Windows color (decimal): -13845144 or 6864172. OLE color: 6864172.

HSL color Cylindrical-coordinate representation of color #2CBD68: hue angle of 144.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD68 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 189 104 -
CMYK 0.77 0 0.45 0.26
HSL 144.83º 0.62% 0.46% -
HSV(B) 144.83º 0.77% 0.74% -
XYZ 21.73 37.93 19.27 -
YUV 135.96 109.96 62.41 -
System Red Green Blue C M Y K H S L
Decimal 44 189 104 0.77 0 0.45 0.26 144.83 0.62 0.46
Hex 2C BD 68 4D 0 2D 1A 91 3E 2E
Octal 54 275 150 115 0 55 32 221 76 56
Binary 101100 10111101 1101000 1001101 0 101101 11010 10010001 111110 101110

Color Harmonies of #2CBD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD68

Black with #2CBD68

Text Example


Text Example

White with #2CBD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,189,104); }

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

background-color css

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

 a { background-color: rgb(44,189,104); }

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

border-color css

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

 span { border-color: rgb(44,189,104); }

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