Html Css Color HEX #2B874D Sea Green

📋 copy color: '#2B874D'

red 43 ◦ green 135 ◦ blue 77

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

Shades of Sea Green #2B874D

Tints of Sea Green #2B874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 16.86%
G = 52.94%
B = 30.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#2B874D (or 0x2B874D) is known color: Sea Green. HEX triplet: 2B, 87 and 4D. RGB value is (43,135,77). Sum of RGB (Red+Green+Blue) = 43+135+77=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #2B874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B874D is #D478B2. Grayscale: #656565. Windows color (decimal): -13924531 or 5080875. OLE color: 5080875.

HSL color Cylindrical-coordinate representation of color #2B874D: hue angle of 142.17º 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 #2B874D is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 135 77 -
CMYK 0.68 0 0.43 0.47
HSL 142.17º 0.52% 0.35% -
HSV(B) 142.17º 0.68% 0.53% -
XYZ 11 18.38 9.99 -
YUV 100.88 114.52 86.72 -
System Red Green Blue C M Y K H S L
Decimal 43 135 77 0.68 0 0.43 0.47 142.17 0.52 0.35
Hex 2B 87 4D 44 0 2B 2F 8E 34 23
Octal 53 207 115 104 0 53 57 216 64 43
Binary 101011 10000111 1001101 1000100 0 101011 101111 10001110 110100 100011

Color Harmonies of #2B874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B874D

Black with #2B874D

Text Example


Text Example

White with #2B874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,135,77); }

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

background-color css

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

 a { background-color: rgb(43,135,77); }

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

border-color css

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

 span { border-color: rgb(43,135,77); }

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