Html Css Color HEX #2B904E Sea Green

📋 copy color: '#2B904E'

red 43 ◦ green 144 ◦ blue 78

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

Shades of Sea Green #2B904E

Tints of Sea Green #2B904E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.34%

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 16.23%
G = 54.34%
B = 29.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#2B904E (or 0x2B904E) is known color: Sea Green. HEX triplet: 2B, 90 and 4E. RGB value is (43,144,78). Sum of RGB (Red+Green+Blue) = 43+144+78=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #2B904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B904E is #D46FB1. Grayscale: #6A6A6A. Windows color (decimal): -13922226 or 5148715. OLE color: 5148715.

HSL color Cylindrical-coordinate representation of color #2B904E: hue angle of 140.79º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B904E is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 144 78 -
CMYK 0.70 0 0.46 0.44
HSL 140.79º 0.54% 0.37% -
HSV(B) 140.79º 0.7% 0.56% -
XYZ 12.34 21.01 10.61 -
YUV 106.28 112.04 82.87 -
System Red Green Blue C M Y K H S L
Decimal 43 144 78 0.70 0 0.46 0.44 140.79 0.54 0.37
Hex 2B 90 4E 46 0 2E 2C 8D 36 25
Octal 53 220 116 106 0 56 54 215 66 45
Binary 101011 10010000 1001110 1000110 0 101110 101100 10001101 110110 100101

Color Harmonies of #2B904E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B904E

Black with #2B904E

Text Example


Text Example

White with #2B904E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,144,78); }

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

background-color css

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

 a { background-color: rgb(43,144,78); }

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

border-color css

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

 span { border-color: rgb(43,144,78); }

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