Html Css Color HEX #2B884B Sea Green

📋 copy color: '#2B884B'

red 43 ◦ green 136 ◦ blue 75

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

Shades of Sea Green #2B884B

Tints of Sea Green #2B884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.54%

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 16.93%
G = 53.54%
B = 29.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#2B884B (or 0x2B884B) is known color: Sea Green. HEX triplet: 2B, 88 and 4B. RGB value is (43,136,75). Sum of RGB (Red+Green+Blue) = 43+136+75=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #2B884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B884B is #D477B4. Grayscale: #656565. Windows color (decimal): -13924277 or 4950059. OLE color: 4950059.

HSL color Cylindrical-coordinate representation of color #2B884B: hue angle of 140.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B884B is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 136 75 -
CMYK 0.68 0 0.45 0.47
HSL 140.65º 0.52% 0.35% -
HSV(B) 140.65º 0.68% 0.53% -
XYZ 11.07 18.63 9.67 -
YUV 101.24 113.19 86.46 -
System Red Green Blue C M Y K H S L
Decimal 43 136 75 0.68 0 0.45 0.47 140.65 0.52 0.35
Hex 2B 88 4B 44 0 2D 2F 8D 34 23
Octal 53 210 113 104 0 55 57 215 64 43
Binary 101011 10001000 1001011 1000100 0 101101 101111 10001101 110100 100011

Color Harmonies of #2B884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B884B

Black with #2B884B

Text Example


Text Example

White with #2B884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,136,75); }

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

background-color css

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

 a { background-color: rgb(43,136,75); }

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

border-color css

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

 span { border-color: rgb(43,136,75); }

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