Html Css Color HEX #2C875D Sea Green

📋 copy color: '#2C875D'

red 44 ◦ green 135 ◦ blue 93

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

Shades of Sea Green #2C875D

Tints of Sea Green #2C875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.63%

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

R = 16.18%
G = 49.63%
B = 34.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#2C875D (or 0x2C875D) is known color: Sea Green. HEX triplet: 2C, 87 and 5D. RGB value is (44,135,93). Sum of RGB (Red+Green+Blue) = 44+135+93=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #2C875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C875D is #D378A2. Grayscale: #676767. Windows color (decimal): -13858979 or 6129452. OLE color: 6129452.

HSL color Cylindrical-coordinate representation of color #2C875D: hue angle of 152.31º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C875D is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 135 93 -
CMYK 0.67 0 0.31 0.47
HSL 152.31º 0.51% 0.35% -
HSV(B) 152.31º 0.67% 0.53% -
XYZ 11.68 18.65 13.34 -
YUV 103 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 44 135 93 0.67 0 0.31 0.47 152.31 0.51 0.35
Hex 2C 87 5D 43 0 1F 2F 98 33 23
Octal 54 207 135 103 0 37 57 230 63 43
Binary 101100 10000111 1011101 1000011 0 11111 101111 10011000 110011 100011

Color Harmonies of #2C875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C875D

Black with #2C875D

Text Example


Text Example

White with #2C875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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