Html Css Color HEX #2C9358 Sea Green

📋 copy color: '#2C9358'

red 44 ◦ green 147 ◦ blue 88

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

Shades of Sea Green #2C9358

Tints of Sea Green #2C9358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.69%

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 15.77%
G = 52.69%
B = 31.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#2C9358 (or 0x2C9358) is known color: Sea Green. HEX triplet: 2C, 93 and 58. RGB value is (44,147,88). Sum of RGB (Red+Green+Blue) = 44+147+88=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9358 is #D36CA7. Grayscale: #6D6D6D. Windows color (decimal): -13855912 or 5804844. OLE color: 5804844.

HSL color Cylindrical-coordinate representation of color #2C9358: hue angle of 145.63º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9358 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 147 88 -
CMYK 0.70 0 0.40 0.42
HSL 145.63º 0.54% 0.37% -
HSV(B) 145.63º 0.7% 0.58% -
XYZ 13.23 22.11 12.8 -
YUV 109.48 115.88 81.3 -
System Red Green Blue C M Y K H S L
Decimal 44 147 88 0.70 0 0.40 0.42 145.63 0.54 0.37
Hex 2C 93 58 46 0 28 2A 92 36 25
Octal 54 223 130 106 0 50 52 222 66 45
Binary 101100 10010011 1011000 1000110 0 101000 101010 10010010 110110 100101

Color Harmonies of #2C9358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9358

Black with #2C9358

Text Example


Text Example

White with #2C9358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,147,88); }

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

background-color css

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

 a { background-color: rgb(44,147,88); }

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

border-color css

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

 span { border-color: rgb(44,147,88); }

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