Html Css Color HEX #2C885E Sea Green

📋 copy color: '#2C885E'

red 44 ◦ green 136 ◦ blue 94

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

Shades of Sea Green #2C885E

Tints of Sea Green #2C885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.64%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 16.06%
G = 49.64%
B = 34.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#2C885E (or 0x2C885E) is known color: Sea Green. HEX triplet: 2C, 88 and 5E. RGB value is (44,136,94). Sum of RGB (Red+Green+Blue) = 44+136+94=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #2C885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C885E is #D377A1. Grayscale: #676767. Windows color (decimal): -13858722 or 6195244. OLE color: 6195244.

HSL color Cylindrical-coordinate representation of color #2C885E: hue angle of 152.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C885E is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 136 94 -
CMYK 0.68 0 0.31 0.47
HSL 152.61º 0.51% 0.35% -
HSV(B) 152.61º 0.68% 0.53% -
XYZ 11.86 18.95 13.62 -
YUV 103.7 122.52 85.42 -
System Red Green Blue C M Y K H S L
Decimal 44 136 94 0.68 0 0.31 0.47 152.61 0.51 0.35
Hex 2C 88 5E 44 0 1F 2F 99 33 23
Octal 54 210 136 104 0 37 57 231 63 43
Binary 101100 10001000 1011110 1000100 0 11111 101111 10011001 110011 100011

Color Harmonies of #2C885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C885E

Black with #2C885E

Text Example


Text Example

White with #2C885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,136,94); }

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

background-color css

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

 a { background-color: rgb(44,136,94); }

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

border-color css

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

 span { border-color: rgb(44,136,94); }

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