Html Css Color HEX #2B8C56 Sea Green

📋 copy color: '#2B8C56'

red 43 ◦ green 140 ◦ blue 86

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

Shades of Sea Green #2B8C56

Tints of Sea Green #2B8C56

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.04%

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 15.99%
G = 52.04%
B = 31.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#2B8C56 (or 0x2B8C56) is known color: Sea Green. HEX triplet: 2B, 8C and 56. RGB value is (43,140,86). Sum of RGB (Red+Green+Blue) = 43+140+86=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C56 is #D473A9. Grayscale: #686868. Windows color (decimal): -13923242 or 5671979. OLE color: 5671979.

HSL color Cylindrical-coordinate representation of color #2B8C56: hue angle of 146.6º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C56 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 140 86 -
CMYK 0.69 0 0.39 0.45
HSL 146.6º 0.53% 0.36% -
HSV(B) 146.6º 0.69% 0.55% -
XYZ 12.05 19.94 12.02 -
YUV 104.84 117.36 83.89 -
System Red Green Blue C M Y K H S L
Decimal 43 140 86 0.69 0 0.39 0.45 146.6 0.53 0.36
Hex 2B 8C 56 45 0 27 2D 93 35 24
Octal 53 214 126 105 0 47 55 223 65 44
Binary 101011 10001100 1010110 1000101 0 100111 101101 10010011 110101 100100

Color Harmonies of #2B8C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8C56

Black with #2B8C56

Text Example


Text Example

White with #2B8C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,140,86); }

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

background-color css

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

 a { background-color: rgb(43,140,86); }

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

border-color css

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

 span { border-color: rgb(43,140,86); }

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