Html Css Color HEX #2B8562 Sea Green

📋 copy color: '#2B8562'

red 43 ◦ green 133 ◦ blue 98

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

Shades of Sea Green #2B8562

Tints of Sea Green #2B8562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 15.69%
G = 48.54%
B = 35.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#2B8562 (or 0x2B8562) is known color: Sea Green. HEX triplet: 2B, 85 and 62. RGB value is (43,133,98). Sum of RGB (Red+Green+Blue) = 43+133+98=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8562 is #D47A9D. Grayscale: #666666. Windows color (decimal): -13925022 or 6456619. OLE color: 6456619.

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

Color convert

RGB 43 133 98 -
CMYK 0.68 0 0.26 0.48
HSL 156.67º 0.51% 0.35% -
HSV(B) 156.67º 0.68% 0.52% -
XYZ 11.59 18.17 14.45 -
YUV 102.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 43 133 98 0.68 0 0.26 0.48 156.67 0.51 0.35
Hex 2B 85 62 44 0 1A 30 9D 33 23
Octal 53 205 142 104 0 32 60 235 63 43
Binary 101011 10000101 1100010 1000100 0 11010 110000 10011101 110011 100011

Color Harmonies of #2B8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8562

Black with #2B8562

Text Example


Text Example

White with #2B8562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,98); }

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

background-color css

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

 a { background-color: rgb(43,133,98); }

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

border-color css

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

 span { border-color: rgb(43,133,98); }

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