Html Css Color HEX #2B885B Sea Green

📋 copy color: '#2B885B'

red 43 ◦ green 136 ◦ blue 91

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

Shades of Sea Green #2B885B

Tints of Sea Green #2B885B

RGB

 RED value IS 43 (17.19% from 255) = 15.93%

 GREEN value IS 136 (53.52% from 255) = 50.37%

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

R = 15.93%
G = 50.37%
B = 33.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#2B885B (or 0x2B885B) is known color: Sea Green. HEX triplet: 2B, 88 and 5B. RGB value is (43,136,91). Sum of RGB (Red+Green+Blue) = 43+136+91=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #2B885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B885B is #D477A4. Grayscale: #676767. Windows color (decimal): -13924261 or 5998635. OLE color: 5998635.

HSL color Cylindrical-coordinate representation of color #2B885B: hue angle of 150.97º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B885B is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 136 91 -
CMYK 0.68 0 0.33 0.47
HSL 150.97º 0.52% 0.35% -
HSV(B) 150.97º 0.68% 0.53% -
XYZ 11.69 18.88 12.93 -
YUV 103.06 121.19 85.16 -
System Red Green Blue C M Y K H S L
Decimal 43 136 91 0.68 0 0.33 0.47 150.97 0.52 0.35
Hex 2B 88 5B 44 0 21 2F 97 34 23
Octal 53 210 133 104 0 41 57 227 64 43
Binary 101011 10001000 1011011 1000100 0 100001 101111 10010111 110100 100011

Color Harmonies of #2B885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B885B

Black with #2B885B

Text Example


Text Example

White with #2B885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,136,91); }

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

background-color css

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

 a { background-color: rgb(43,136,91); }

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

border-color css

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

 span { border-color: rgb(43,136,91); }

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