Html Css Color HEX #2B8855 Sea Green

📋 copy color: '#2B8855'

red 43 ◦ green 136 ◦ blue 85

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

Shades of Sea Green #2B8855

Tints of Sea Green #2B8855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 16.29%
G = 51.52%
B = 32.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#2B8855 (or 0x2B8855) is known color: Sea Green. HEX triplet: 2B, 88 and 55. RGB value is (43,136,85). Sum of RGB (Red+Green+Blue) = 43+136+85=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8855 is #D477AA. Grayscale: #666666. Windows color (decimal): -13924267 or 5605419. OLE color: 5605419.

HSL color Cylindrical-coordinate representation of color #2B8855: hue angle of 147.1º 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 #2B8855 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 136 85 -
CMYK 0.68 0 0.38 0.47
HSL 147.1º 0.52% 0.35% -
HSV(B) 147.1º 0.68% 0.53% -
XYZ 11.44 18.78 11.62 -
YUV 102.38 118.19 85.65 -
System Red Green Blue C M Y K H S L
Decimal 43 136 85 0.68 0 0.38 0.47 147.1 0.52 0.35
Hex 2B 88 55 44 0 26 2F 93 34 23
Octal 53 210 125 104 0 46 57 223 64 43
Binary 101011 10001000 1010101 1000100 0 100110 101111 10010011 110100 100011

Color Harmonies of #2B8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8855

Black with #2B8855

Text Example


Text Example

White with #2B8855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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