Html Css Color HEX #2C835C Sea Green

📋 copy color: '#2C835C'

red 44 ◦ green 131 ◦ blue 92

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

Shades of Sea Green #2C835C

Tints of Sea Green #2C835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 16.48%
G = 49.06%
B = 34.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#2C835C (or 0x2C835C) is known color: Sea Green. HEX triplet: 2C, 83 and 5C. RGB value is (44,131,92). Sum of RGB (Red+Green+Blue) = 44+131+92=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #2C835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C835C is #D37CA3. Grayscale: #646464. Windows color (decimal): -13860004 or 6062892. OLE color: 6062892.

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

Color convert

RGB 44 131 92 -
CMYK 0.66 0 0.30 0.49
HSL 153.1º 0.5% 0.34% -
HSV(B) 153.1º 0.66% 0.51% -
XYZ 11.09 17.54 12.93 -
YUV 100.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 44 131 92 0.66 0 0.30 0.49 153.1 0.5 0.34
Hex 2C 83 5C 42 0 1E 31 99 32 22
Octal 54 203 134 102 0 36 61 231 62 42
Binary 101100 10000011 1011100 1000010 0 11110 110001 10011001 110010 100010

Color Harmonies of #2C835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C835C

Black with #2C835C

Text Example


Text Example

White with #2C835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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