Html Css Color HEX #2C8764 Sea Green

📋 copy color: '#2C8764'

red 44 ◦ green 135 ◦ blue 100

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

Shades of Sea Green #2C8764

Tints of Sea Green #2C8764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 15.77%
G = 48.39%
B = 35.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#2C8764 (or 0x2C8764) is known color: Sea Green. HEX triplet: 2C, 87 and 64. RGB value is (44,135,100). Sum of RGB (Red+Green+Blue) = 44+135+100=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #2C8764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8764 is #D3789B. Grayscale: #676767. Windows color (decimal): -13858972 or 6588204. OLE color: 6588204.

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

Color convert

RGB 44 135 100 -
CMYK 0.67 0 0.26 0.47
HSL 156.92º 0.51% 0.35% -
HSV(B) 156.92º 0.67% 0.53% -
XYZ 12 18.78 15.05 -
YUV 103.8 125.85 85.35 -
System Red Green Blue C M Y K H S L
Decimal 44 135 100 0.67 0 0.26 0.47 156.92 0.51 0.35
Hex 2C 87 64 43 0 1A 2F 9D 33 23
Octal 54 207 144 103 0 32 57 235 63 43
Binary 101100 10000111 1100100 1000011 0 11010 101111 10011101 110011 100011

Color Harmonies of #2C8764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8764

Black with #2C8764

Text Example


Text Example

White with #2C8764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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