Html Css Color HEX #2B8658 Sea Green

📋 copy color: '#2B8658'

red 43 ◦ green 134 ◦ blue 88

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

Shades of Sea Green #2B8658

Tints of Sea Green #2B8658

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.57%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 16.23%
G = 50.57%
B = 33.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#2B8658 (or 0x2B8658) is known color: Sea Green. HEX triplet: 2B, 86 and 58. RGB value is (43,134,88). Sum of RGB (Red+Green+Blue) = 43+134+88=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8658 is #D479A7. Grayscale: #656565. Windows color (decimal): -13924776 or 5801515. OLE color: 5801515.

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

Color convert

RGB 43 134 88 -
CMYK 0.68 0 0.34 0.47
HSL 149.67º 0.51% 0.35% -
HSV(B) 149.67º 0.68% 0.53% -
XYZ 11.28 18.27 12.16 -
YUV 101.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 43 134 88 0.68 0 0.34 0.47 149.67 0.51 0.35
Hex 2B 86 58 44 0 22 2F 96 33 23
Octal 53 206 130 104 0 42 57 226 63 43
Binary 101011 10000110 1011000 1000100 0 100010 101111 10010110 110011 100011

Color Harmonies of #2B8658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8658

Black with #2B8658

Text Example


Text Example

White with #2B8658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,134,88); }

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

background-color css

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

 a { background-color: rgb(43,134,88); }

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

border-color css

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

 span { border-color: rgb(43,134,88); }

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