Html Css Color HEX #2C855D Sea Green

📋 copy color: '#2C855D'

red 44 ◦ green 133 ◦ blue 93

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

Shades of Sea Green #2C855D

Tints of Sea Green #2C855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 16.3%
G = 49.26%
B = 34.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#2C855D (or 0x2C855D) is known color: Sea Green. HEX triplet: 2C, 85 and 5D. RGB value is (44,133,93). Sum of RGB (Red+Green+Blue) = 44+133+93=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #2C855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C855D is #D37AA2. Grayscale: #656565. Windows color (decimal): -13859491 or 6128940. OLE color: 6128940.

HSL color Cylindrical-coordinate representation of color #2C855D: hue angle of 153.03º 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 #2C855D is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 133 93 -
CMYK 0.67 0 0.30 0.48
HSL 153.03º 0.5% 0.35% -
HSV(B) 153.03º 0.67% 0.52% -
XYZ 11.4 18.1 13.25 -
YUV 101.83 123.01 86.75 -
System Red Green Blue C M Y K H S L
Decimal 44 133 93 0.67 0 0.30 0.48 153.03 0.5 0.35
Hex 2C 85 5D 43 0 1E 30 99 32 23
Octal 54 205 135 103 0 36 60 231 62 43
Binary 101100 10000101 1011101 1000011 0 11110 110000 10011001 110010 100011

Color Harmonies of #2C855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C855D

Black with #2C855D

Text Example


Text Example

White with #2C855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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