Html Css Color HEX #2C835B Sea Green

📋 copy color: '#2C835B'

red 44 ◦ green 131 ◦ blue 91

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

Shades of Sea Green #2C835B

Tints of Sea Green #2C835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 16.54%
G = 49.25%
B = 34.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#2C835B (or 0x2C835B) is known color: Sea Green. HEX triplet: 2C, 83 and 5B. RGB value is (44,131,91). Sum of RGB (Red+Green+Blue) = 44+131+91=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #2C835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C835B is #D37CA4. Grayscale: #646464. Windows color (decimal): -13860005 or 5997356. OLE color: 5997356.

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

Color convert

RGB 44 131 91 -
CMYK 0.66 0 0.31 0.49
HSL 152.41º 0.5% 0.34% -
HSV(B) 152.41º 0.66% 0.51% -
XYZ 11.04 17.52 12.7 -
YUV 100.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 44 131 91 0.66 0 0.31 0.49 152.41 0.5 0.34
Hex 2C 83 5B 42 0 1F 31 98 32 22
Octal 54 203 133 102 0 37 61 230 62 42
Binary 101100 10000011 1011011 1000010 0 11111 110001 10011000 110010 100010

Color Harmonies of #2C835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C835B

Black with #2C835B

Text Example


Text Example

White with #2C835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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