Html Css Color HEX #2C824E Sea Green

📋 copy color: '#2C824E'

red 44 ◦ green 130 ◦ blue 78

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

Shades of Sea Green #2C824E

Tints of Sea Green #2C824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.59%

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 17.46%
G = 51.59%
B = 30.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#2C824E (or 0x2C824E) is known color: Sea Green. HEX triplet: 2C, 82 and 4E. RGB value is (44,130,78). Sum of RGB (Red+Green+Blue) = 44+130+78=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #2C824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C824E is #D37DB1. Grayscale: #626262. Windows color (decimal): -13860274 or 5145132. OLE color: 5145132.

HSL color Cylindrical-coordinate representation of color #2C824E: hue angle of 143.72º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C824E is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 44 130 78 -
CMYK 0.66 0 0.40 0.49
HSL 143.72º 0.49% 0.34% -
HSV(B) 143.72º 0.66% 0.51% -
XYZ 10.4 17.05 9.95 -
YUV 98.36 116.51 89.23 -
System Red Green Blue C M Y K H S L
Decimal 44 130 78 0.66 0 0.40 0.49 143.72 0.49 0.34
Hex 2C 82 4E 42 0 28 31 90 31 22
Octal 54 202 116 102 0 50 61 220 61 42
Binary 101100 10000010 1001110 1000010 0 101000 110001 10010000 110001 100010

Color Harmonies of #2C824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C824E

Black with #2C824E

Text Example


Text Example

White with #2C824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,130,78); }

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

background-color css

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

 a { background-color: rgb(44,130,78); }

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

border-color css

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

 span { border-color: rgb(44,130,78); }

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