Html Css Color HEX #2C825E Sea Green

📋 copy color: '#2C825E'

red 44 ◦ green 130 ◦ blue 94

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

Shades of Sea Green #2C825E

Tints of Sea Green #2C825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 16.42%
G = 48.51%
B = 35.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#2C825E (or 0x2C825E) is known color: Sea Green. HEX triplet: 2C, 82 and 5E. RGB value is (44,130,94). Sum of RGB (Red+Green+Blue) = 44+130+94=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #2C825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C825E is #D37DA1. Grayscale: #646464. Windows color (decimal): -13860258 or 6193708. OLE color: 6193708.

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

Color convert

RGB 44 130 94 -
CMYK 0.66 0 0.28 0.49
HSL 154.88º 0.49% 0.34% -
HSV(B) 154.88º 0.66% 0.51% -
XYZ 11.04 17.31 13.35 -
YUV 100.18 124.51 87.93 -
System Red Green Blue C M Y K H S L
Decimal 44 130 94 0.66 0 0.28 0.49 154.88 0.49 0.34
Hex 2C 82 5E 42 0 1C 31 9B 31 22
Octal 54 202 136 102 0 34 61 233 61 42
Binary 101100 10000010 1011110 1000010 0 11100 110001 10011011 110001 100010

Color Harmonies of #2C825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C825E

Black with #2C825E

Text Example


Text Example

White with #2C825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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