Html Css Color HEX #2C7D58 Sea Green

📋 copy color: '#2C7D58'

red 44 ◦ green 125 ◦ blue 88

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

Shades of Sea Green #2C7D58

Tints of Sea Green #2C7D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 17.12%
G = 48.64%
B = 34.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#2C7D58 (or 0x2C7D58) is known color: Sea Green. HEX triplet: 2C, 7D and 58. RGB value is (44,125,88). Sum of RGB (Red+Green+Blue) = 44+125+88=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7D58 is #D382A7. Grayscale: #606060. Windows color (decimal): -13861544 or 5799212. OLE color: 5799212.

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

Color convert

RGB 44 125 88 -
CMYK 0.65 0 0.30 0.51
HSL 152.59º 0.48% 0.33% -
HSV(B) 152.59º 0.65% 0.49% -
XYZ 10.13 15.91 11.77 -
YUV 96.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 44 125 88 0.65 0 0.30 0.51 152.59 0.48 0.33
Hex 2C 7D 58 41 0 1E 33 99 30 21
Octal 54 175 130 101 0 36 63 231 60 41
Binary 101100 1111101 1011000 1000001 0 11110 110011 10011001 110000 100001

Color Harmonies of #2C7D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7D58

Black with #2C7D58

Text Example


Text Example

White with #2C7D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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