Html Css Color HEX #2C7D59 Sea Green

📋 copy color: '#2C7D59'

red 44 ◦ green 125 ◦ blue 89

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

Shades of Sea Green #2C7D59

Tints of Sea Green #2C7D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.5%

R = 17.05%
G = 48.45%
B = 34.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#2C7D59 (or 0x2C7D59) is known color: Sea Green. HEX triplet: 2C, 7D and 59. RGB value is (44,125,89). Sum of RGB (Red+Green+Blue) = 44+125+89=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7D59 is #D382A6. Grayscale: #606060. Windows color (decimal): -13861543 or 5864748. OLE color: 5864748.

HSL color Cylindrical-coordinate representation of color #2C7D59: hue angle of 153.33º 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 #2C7D59 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 125 89 -
CMYK 0.65 0 0.29 0.51
HSL 153.33º 0.48% 0.33% -
HSV(B) 153.33º 0.65% 0.49% -
XYZ 10.18 15.92 11.99 -
YUV 96.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 44 125 89 0.65 0 0.29 0.51 153.33 0.48 0.33
Hex 2C 7D 59 41 0 1D 33 99 30 21
Octal 54 175 131 101 0 35 63 231 60 41
Binary 101100 1111101 1011001 1000001 0 11101 110011 10011001 110000 100001

Color Harmonies of #2C7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7D59

Black with #2C7D59

Text Example


Text Example

White with #2C7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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