Html Css Color HEX #2C8D40 Sea Green

📋 copy color: '#2C8D40'

red 44 ◦ green 141 ◦ blue 64

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

Shades of Sea Green #2C8D40

Tints of Sea Green #2C8D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 17.67%
G = 56.63%
B = 25.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#2C8D40 (or 0x2C8D40) is known color: Sea Green. HEX triplet: 2C, 8D and 40. RGB value is (44,141,64). Sum of RGB (Red+Green+Blue) = 44+141+64=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8D40 is #D372BF. Grayscale: #676767. Windows color (decimal): -13857472 or 4230444. OLE color: 4230444.

HSL color Cylindrical-coordinate representation of color #2C8D40: hue angle of 132.37º 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 #2C8D40 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 141 64 -
CMYK 0.69 0 0.55 0.45
HSL 132.37º 0.52% 0.36% -
HSV(B) 132.37º 0.69% 0.55% -
XYZ 11.49 19.96 8.1 -
YUV 103.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 44 141 64 0.69 0 0.55 0.45 132.37 0.52 0.36
Hex 2C 8D 40 45 0 37 2D 84 34 24
Octal 54 215 100 105 0 67 55 204 64 44
Binary 101100 10001101 1000000 1000101 0 110111 101101 10000100 110100 100100

Color Harmonies of #2C8D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8D40

Black with #2C8D40

Text Example


Text Example

White with #2C8D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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