Html Css Color HEX #2C8D61 Sea Green

📋 copy color: '#2C8D61'

red 44 ◦ green 141 ◦ blue 97

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

Shades of Sea Green #2C8D61

Tints of Sea Green #2C8D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 15.6%
G = 50%
B = 34.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#2C8D61 (or 0x2C8D61) is known color: Sea Green. HEX triplet: 2C, 8D and 61. RGB value is (44,141,97). Sum of RGB (Red+Green+Blue) = 44+141+97=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8D61 is #D3729E. Grayscale: #6B6B6B. Windows color (decimal): -13857439 or 6393132. OLE color: 6393132.

HSL color Cylindrical-coordinate representation of color #2C8D61: hue angle of 152.78º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8D61 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 141 97 -
CMYK 0.69 0 0.31 0.45
HSL 152.78º 0.52% 0.36% -
HSV(B) 152.78º 0.69% 0.55% -
XYZ 12.72 20.45 14.59 -
YUV 106.98 122.36 83.08 -
System Red Green Blue C M Y K H S L
Decimal 44 141 97 0.69 0 0.31 0.45 152.78 0.52 0.36
Hex 2C 8D 61 45 0 1F 2D 99 34 24
Octal 54 215 141 105 0 37 55 231 64 44
Binary 101100 10001101 1100001 1000101 0 11111 101101 10011001 110100 100100

Color Harmonies of #2C8D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8D61

Black with #2C8D61

Text Example


Text Example

White with #2C8D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,141,97); }

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

background-color css

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

 a { background-color: rgb(44,141,97); }

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

border-color css

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

 span { border-color: rgb(44,141,97); }

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