Html Css Color HEX #2B874C Sea Green

📋 copy color: '#2B874C'

red 43 ◦ green 135 ◦ blue 76

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

Shades of Sea Green #2B874C

Tints of Sea Green #2B874C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 16.93%
G = 53.15%
B = 29.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#2B874C (or 0x2B874C) is known color: Sea Green. HEX triplet: 2B, 87 and 4C. RGB value is (43,135,76). Sum of RGB (Red+Green+Blue) = 43+135+76=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #2B874C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B874C is #D478B3. Grayscale: #646464. Windows color (decimal): -13924532 or 5015339. OLE color: 5015339.

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

Color convert

RGB 43 135 76 -
CMYK 0.68 0 0.44 0.47
HSL 141.52º 0.52% 0.35% -
HSV(B) 141.52º 0.68% 0.53% -
XYZ 10.96 18.36 9.8 -
YUV 100.77 114.02 86.8 -
System Red Green Blue C M Y K H S L
Decimal 43 135 76 0.68 0 0.44 0.47 141.52 0.52 0.35
Hex 2B 87 4C 44 0 2C 2F 8E 34 23
Octal 53 207 114 104 0 54 57 216 64 43
Binary 101011 10000111 1001100 1000100 0 101100 101111 10001110 110100 100011

Color Harmonies of #2B874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B874C

Black with #2B874C

Text Example


Text Example

White with #2B874C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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