Html Css Color HEX #2C855E Sea Green

📋 copy color: '#2C855E'

red 44 ◦ green 133 ◦ blue 94

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

Shades of Sea Green #2C855E

Tints of Sea Green #2C855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.08%

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

R = 16.24%
G = 49.08%
B = 34.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#2C855E (or 0x2C855E) is known color: Sea Green. HEX triplet: 2C, 85 and 5E. RGB value is (44,133,94). Sum of RGB (Red+Green+Blue) = 44+133+94=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #2C855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C855E is #D37AA1. Grayscale: #666666. Windows color (decimal): -13859490 or 6194476. OLE color: 6194476.

HSL color Cylindrical-coordinate representation of color #2C855E: hue angle of 153.71º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C855E is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 133 94 -
CMYK 0.67 0 0.29 0.48
HSL 153.71º 0.5% 0.35% -
HSV(B) 153.71º 0.67% 0.52% -
XYZ 11.45 18.12 13.48 -
YUV 101.94 123.51 86.67 -
System Red Green Blue C M Y K H S L
Decimal 44 133 94 0.67 0 0.29 0.48 153.71 0.5 0.35
Hex 2C 85 5E 43 0 1D 30 9A 32 23
Octal 54 205 136 103 0 35 60 232 62 43
Binary 101100 10000101 1011110 1000011 0 11101 110000 10011010 110010 100011

Color Harmonies of #2C855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C855E

Black with #2C855E

Text Example


Text Example

White with #2C855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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