Html Css Color HEX #2B8452 Sea Green

📋 copy color: '#2B8452'

red 43 ◦ green 132 ◦ blue 82

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

Shades of Sea Green #2B8452

Tints of Sea Green #2B8452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.36%

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

R = 16.73%
G = 51.36%
B = 31.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#2B8452 (or 0x2B8452) is known color: Sea Green. HEX triplet: 2B, 84 and 52. RGB value is (43,132,82). Sum of RGB (Red+Green+Blue) = 43+132+82=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8452 is #D47BAD. Grayscale: #636363. Windows color (decimal): -13925294 or 5407787. OLE color: 5407787.

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

Color convert

RGB 43 132 82 -
CMYK 0.67 0 0.38 0.48
HSL 146.29º 0.51% 0.34% -
HSV(B) 146.29º 0.67% 0.52% -
XYZ 10.77 17.63 10.82 -
YUV 99.69 118.01 87.57 -
System Red Green Blue C M Y K H S L
Decimal 43 132 82 0.67 0 0.38 0.48 146.29 0.51 0.34
Hex 2B 84 52 43 0 26 30 92 33 22
Octal 53 204 122 103 0 46 60 222 63 42
Binary 101011 10000100 1010010 1000011 0 100110 110000 10010010 110011 100010

Color Harmonies of #2B8452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8452

Black with #2B8452

Text Example


Text Example

White with #2B8452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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