Html Css Color HEX #2B8E54 Sea Green

📋 copy color: '#2B8E54'

red 43 ◦ green 142 ◦ blue 84

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

Shades of Sea Green #2B8E54

Tints of Sea Green #2B8E54

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.79%

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 15.99%
G = 52.79%
B = 31.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#2B8E54 (or 0x2B8E54) is known color: Sea Green. HEX triplet: 2B, 8E and 54. RGB value is (43,142,84). Sum of RGB (Red+Green+Blue) = 43+142+84=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8E54 is #D471AB. Grayscale: #696969. Windows color (decimal): -13922732 or 5541419. OLE color: 5541419.

HSL color Cylindrical-coordinate representation of color #2B8E54: hue angle of 144.85º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8E54 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 142 84 -
CMYK 0.70 0 0.41 0.44
HSL 144.85º 0.54% 0.36% -
HSV(B) 144.85º 0.7% 0.56% -
XYZ 12.27 20.5 11.7 -
YUV 105.79 115.7 83.22 -
System Red Green Blue C M Y K H S L
Decimal 43 142 84 0.70 0 0.41 0.44 144.85 0.54 0.36
Hex 2B 8E 54 46 0 29 2C 91 36 24
Octal 53 216 124 106 0 51 54 221 66 44
Binary 101011 10001110 1010100 1000110 0 101001 101100 10010001 110110 100100

Color Harmonies of #2B8E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8E54

Black with #2B8E54

Text Example


Text Example

White with #2B8E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,142,84); }

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

background-color css

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

 a { background-color: rgb(43,142,84); }

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

border-color css

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

 span { border-color: rgb(43,142,84); }

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