Html Css Color HEX #2C864F Sea Green

📋 copy color: '#2C864F'

red 44 ◦ green 134 ◦ blue 79

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

Shades of Sea Green #2C864F

Tints of Sea Green #2C864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.14%

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 17.12%
G = 52.14%
B = 30.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#2C864F (or 0x2C864F) is known color: Sea Green. HEX triplet: 2C, 86 and 4F. RGB value is (44,134,79). Sum of RGB (Red+Green+Blue) = 44+134+79=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #2C864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C864F is #D379B0. Grayscale: #646464. Windows color (decimal): -13859249 or 5211692. OLE color: 5211692.

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

Color convert

RGB 44 134 79 -
CMYK 0.67 0 0.41 0.47
HSL 143.33º 0.51% 0.35% -
HSV(B) 143.33º 0.67% 0.53% -
XYZ 10.98 18.15 10.32 -
YUV 100.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 44 134 79 0.67 0 0.41 0.47 143.33 0.51 0.35
Hex 2C 86 4F 43 0 29 2F 8F 33 23
Octal 54 206 117 103 0 51 57 217 63 43
Binary 101100 10000110 1001111 1000011 0 101001 101111 10001111 110011 100011

Color Harmonies of #2C864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C864F

Black with #2C864F

Text Example


Text Example

White with #2C864F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,134,79); }

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

background-color css

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

 a { background-color: rgb(44,134,79); }

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

border-color css

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

 span { border-color: rgb(44,134,79); }

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