Html Css Color HEX #2B8C52 Sea Green

📋 copy color: '#2B8C52'

red 43 ◦ green 140 ◦ blue 82

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

Shades of Sea Green #2B8C52

Tints of Sea Green #2B8C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 16.23%
G = 52.83%
B = 30.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#2B8C52 (or 0x2B8C52) is known color: Sea Green. HEX triplet: 2B, 8C and 52. RGB value is (43,140,82). Sum of RGB (Red+Green+Blue) = 43+140+82=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C52 is #D473AD. Grayscale: #686868. Windows color (decimal): -13923246 or 5409835. OLE color: 5409835.

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

Color convert

RGB 43 140 82 -
CMYK 0.69 0 0.41 0.45
HSL 144.12º 0.53% 0.36% -
HSV(B) 144.12º 0.69% 0.55% -
XYZ 11.9 19.88 11.19 -
YUV 104.39 115.36 84.22 -
System Red Green Blue C M Y K H S L
Decimal 43 140 82 0.69 0 0.41 0.45 144.12 0.53 0.36
Hex 2B 8C 52 45 0 29 2D 90 35 24
Octal 53 214 122 105 0 51 55 220 65 44
Binary 101011 10001100 1010010 1000101 0 101001 101101 10010000 110101 100100

Color Harmonies of #2B8C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8C52

Black with #2B8C52

Text Example


Text Example

White with #2B8C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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