Html Css Color HEX #2C834E Sea Green

📋 copy color: '#2C834E'

red 44 ◦ green 131 ◦ blue 78

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

Shades of Sea Green #2C834E

Tints of Sea Green #2C834E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.78%

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

R = 17.39%
G = 51.78%
B = 30.83%

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

#2C834E (or 0x2C834E) is known color: Sea Green. HEX triplet: 2C, 83 and 4E. RGB value is (44,131,78). Sum of RGB (Red+Green+Blue) = 44+131+78=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #2C834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C834E is #D37CB1. Grayscale: #636363. Windows color (decimal): -13860018 or 5145388. OLE color: 5145388.

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

Color convert

RGB 44 131 78 -
CMYK 0.66 0 0.40 0.49
HSL 143.45º 0.5% 0.34% -
HSV(B) 143.45º 0.66% 0.51% -
XYZ 10.53 17.32 10 -
YUV 98.95 116.18 88.81 -
System Red Green Blue C M Y K H S L
Decimal 44 131 78 0.66 0 0.40 0.49 143.45 0.5 0.34
Hex 2C 83 4E 42 0 28 31 8F 32 22
Octal 54 203 116 102 0 50 61 217 62 42
Binary 101100 10000011 1001110 1000010 0 101000 110001 10001111 110010 100010

Color Harmonies of #2C834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C834E

Black with #2C834E

Text Example


Text Example

White with #2C834E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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