Html Css Color HEX #2C8F4D Sea Green

📋 copy color: '#2C8F4D'

red 44 ◦ green 143 ◦ blue 77

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

Shades of Sea Green #2C8F4D

Tints of Sea Green #2C8F4D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.17%

 BLUE value IS 77 (30.47% from 255) = 29.17%

R = 16.67%
G = 54.17%
B = 29.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#2C8F4D (or 0x2C8F4D) is known color: Sea Green. HEX triplet: 2C, 8F and 4D. RGB value is (44,143,77). Sum of RGB (Red+Green+Blue) = 44+143+77=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8F4D is #D370B2. Grayscale: #6A6A6A. Windows color (decimal): -13856947 or 5082924. OLE color: 5082924.

HSL color Cylindrical-coordinate representation of color #2C8F4D: hue angle of 140º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8F4D is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 143 77 -
CMYK 0.69 0 0.46 0.44
HSL 140º 0.53% 0.37% -
HSV(B) 140º 0.69% 0.56% -
XYZ 12.2 20.72 10.38 -
YUV 105.88 111.7 83.87 -
System Red Green Blue C M Y K H S L
Decimal 44 143 77 0.69 0 0.46 0.44 140 0.53 0.37
Hex 2C 8F 4D 45 0 2E 2C 8C 35 25
Octal 54 217 115 105 0 56 54 214 65 45
Binary 101100 10001111 1001101 1000101 0 101110 101100 10001100 110101 100101

Color Harmonies of #2C8F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8F4D

Black with #2C8F4D

Text Example


Text Example

White with #2C8F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,143,77); }

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

background-color css

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

 a { background-color: rgb(44,143,77); }

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

border-color css

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

 span { border-color: rgb(44,143,77); }

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