Html Css Color HEX #2CBE69 Medium Sea Green

📋 copy color: '#2CBE69'

red 44 ◦ green 190 ◦ blue 105

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

Shades of Medium Sea Green #2CBE69

Tints of Medium Sea Green #2CBE69

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.05%

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 12.98%
G = 56.05%
B = 30.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#2CBE69 (or 0x2CBE69) is known color: Medium Sea Green. HEX triplet: 2C, BE and 69. RGB value is (44,190,105). Sum of RGB (Red+Green+Blue) = 44+190+105=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBE69 is #D34196. Grayscale: #888888. Windows color (decimal): -13844887 or 6929964. OLE color: 6929964.

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

Color convert

RGB 44 190 105 -
CMYK 0.77 0 0.45 0.25
HSL 145.07º 0.62% 0.46% -
HSV(B) 145.07º 0.77% 0.75% -
XYZ 22 38.38 19.61 -
YUV 136.66 110.13 61.91 -
System Red Green Blue C M Y K H S L
Decimal 44 190 105 0.77 0 0.45 0.25 145.07 0.62 0.46
Hex 2C BE 69 4D 0 2D 19 91 3E 2E
Octal 54 276 151 115 0 55 31 221 76 56
Binary 101100 10111110 1101001 1001101 0 101101 11001 10010001 111110 101110

Color Harmonies of #2CBE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBE69

Black with #2CBE69

Text Example


Text Example

White with #2CBE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,190,105); }

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

background-color css

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

 a { background-color: rgb(44,190,105); }

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

border-color css

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

 span { border-color: rgb(44,190,105); }

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