Html Css Color HEX #2C8E40 Sea Green

📋 copy color: '#2C8E40'

red 44 ◦ green 142 ◦ blue 64

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

Shades of Sea Green #2C8E40

Tints of Sea Green #2C8E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 56.8%

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

R = 17.6%
G = 56.8%
B = 25.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#2C8E40 (or 0x2C8E40) is known color: Sea Green. HEX triplet: 2C, 8E and 40. RGB value is (44,142,64). Sum of RGB (Red+Green+Blue) = 44+142+64=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8E40 is #D371BF. Grayscale: #686868. Windows color (decimal): -13857216 or 4230700. OLE color: 4230700.

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

Color convert

RGB 44 142 64 -
CMYK 0.69 0 0.55 0.44
HSL 132.24º 0.53% 0.36% -
HSV(B) 132.24º 0.69% 0.56% -
XYZ 11.64 20.25 8.15 -
YUV 103.81 105.53 85.34 -
System Red Green Blue C M Y K H S L
Decimal 44 142 64 0.69 0 0.55 0.44 132.24 0.53 0.36
Hex 2C 8E 40 45 0 37 2C 84 35 24
Octal 54 216 100 105 0 67 54 204 65 44
Binary 101100 10001110 1000000 1000101 0 110111 101100 10000100 110101 100100

Color Harmonies of #2C8E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8E40

Black with #2C8E40

Text Example


Text Example

White with #2C8E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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