Html Css Color HEX #2C7D5C Sea Green

📋 copy color: '#2C7D5C'

red 44 ◦ green 125 ◦ blue 92

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

Shades of Sea Green #2C7D5C

Tints of Sea Green #2C7D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.89%

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 16.86%
G = 47.89%
B = 35.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#2C7D5C (or 0x2C7D5C) is known color: Sea Green. HEX triplet: 2C, 7D and 5C. RGB value is (44,125,92). Sum of RGB (Red+Green+Blue) = 44+125+92=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7D5C is #D382A3. Grayscale: #616161. Windows color (decimal): -13861540 or 6061356. OLE color: 6061356.

HSL color Cylindrical-coordinate representation of color #2C7D5C: hue angle of 155.56º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7D5C is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 125 92 -
CMYK 0.65 0 0.26 0.51
HSL 155.56º 0.48% 0.33% -
HSV(B) 155.56º 0.65% 0.49% -
XYZ 10.3 15.98 12.67 -
YUV 97.02 125.16 90.18 -
System Red Green Blue C M Y K H S L
Decimal 44 125 92 0.65 0 0.26 0.51 155.56 0.48 0.33
Hex 2C 7D 5C 41 0 1A 33 9C 30 21
Octal 54 175 134 101 0 32 63 234 60 41
Binary 101100 1111101 1011100 1000001 0 11010 110011 10011100 110000 100001

Color Harmonies of #2C7D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7D5C

Black with #2C7D5C

Text Example


Text Example

White with #2C7D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,125,92); }

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

background-color css

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

 a { background-color: rgb(44,125,92); }

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

border-color css

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

 span { border-color: rgb(44,125,92); }

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