Html Css Color HEX #2B8C55 Sea Green

📋 copy color: '#2B8C55'

red 43 ◦ green 140 ◦ blue 85

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

Shades of Sea Green #2B8C55

Tints of Sea Green #2B8C55

RGB

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

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

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

R = 16.04%
G = 52.24%
B = 31.72%

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

#2B8C55 (or 0x2B8C55) is known color: Sea Green. HEX triplet: 2B, 8C and 55. RGB value is (43,140,85). Sum of RGB (Red+Green+Blue) = 43+140+85=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C55 is #D473AA. Grayscale: #686868. Windows color (decimal): -13923243 or 5606443. OLE color: 5606443.

HSL color Cylindrical-coordinate representation of color #2B8C55: hue angle of 145.98º 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 #2B8C55 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 140 85 -
CMYK 0.69 0 0.39 0.45
HSL 145.98º 0.53% 0.36% -
HSV(B) 145.98º 0.69% 0.55% -
XYZ 12.01 19.93 11.81 -
YUV 104.73 116.86 83.97 -
System Red Green Blue C M Y K H S L
Decimal 43 140 85 0.69 0 0.39 0.45 145.98 0.53 0.36
Hex 2B 8C 55 45 0 27 2D 92 35 24
Octal 53 214 125 105 0 47 55 222 65 44
Binary 101011 10001100 1010101 1000101 0 100111 101101 10010010 110101 100100

Color Harmonies of #2B8C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8C55

Black with #2B8C55

Text Example


Text Example

White with #2B8C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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