Html Css Color HEX #2C8E5B Sea Green

📋 copy color: '#2C8E5B'

red 44 ◦ green 142 ◦ blue 91

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

Shades of Sea Green #2C8E5B

Tints of Sea Green #2C8E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 15.88%
G = 51.26%
B = 32.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#2C8E5B (or 0x2C8E5B) is known color: Sea Green. HEX triplet: 2C, 8E and 5B. RGB value is (44,142,91). Sum of RGB (Red+Green+Blue) = 44+142+91=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8E5B is #D371A4. Grayscale: #6A6A6A. Windows color (decimal): -13857189 or 6000172. OLE color: 6000172.

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

Color convert

RGB 44 142 91 -
CMYK 0.69 0 0.36 0.44
HSL 148.78º 0.53% 0.36% -
HSV(B) 148.78º 0.69% 0.56% -
XYZ 12.6 20.64 13.22 -
YUV 106.88 119.03 83.15 -
System Red Green Blue C M Y K H S L
Decimal 44 142 91 0.69 0 0.36 0.44 148.78 0.53 0.36
Hex 2C 8E 5B 45 0 24 2C 95 35 24
Octal 54 216 133 105 0 44 54 225 65 44
Binary 101100 10001110 1011011 1000101 0 100100 101100 10010101 110101 100100

Color Harmonies of #2C8E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8E5B

Black with #2C8E5B

Text Example


Text Example

White with #2C8E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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