Html Css Color HEX #2C824C Sea Green

📋 copy color: '#2C824C'

red 44 ◦ green 130 ◦ blue 76

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

Shades of Sea Green #2C824C

Tints of Sea Green #2C824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 17.6%
G = 52%
B = 30.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#2C824C (or 0x2C824C) is known color: Sea Green. HEX triplet: 2C, 82 and 4C. RGB value is (44,130,76). Sum of RGB (Red+Green+Blue) = 44+130+76=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #2C824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C824C is #D37DB3. Grayscale: #626262. Windows color (decimal): -13860276 or 5014060. OLE color: 5014060.

HSL color Cylindrical-coordinate representation of color #2C824C: hue angle of 142.33º 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 #2C824C is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 44 130 76 -
CMYK 0.66 0 0.42 0.49
HSL 142.33º 0.49% 0.34% -
HSV(B) 142.33º 0.66% 0.51% -
XYZ 10.33 17.02 9.58 -
YUV 98.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 44 130 76 0.66 0 0.42 0.49 142.33 0.49 0.34
Hex 2C 82 4C 42 0 2A 31 8E 31 22
Octal 54 202 114 102 0 52 61 216 61 42
Binary 101100 10000010 1001100 1000010 0 101010 110001 10001110 110001 100010

Color Harmonies of #2C824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C824C

Black with #2C824C

Text Example


Text Example

White with #2C824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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