Html Css Color HEX #2B904C Sea Green

📋 copy color: '#2B904C'

red 43 ◦ green 144 ◦ blue 76

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

Shades of Sea Green #2B904C

Tints of Sea Green #2B904C

RGB

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

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

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

R = 16.35%
G = 54.75%
B = 28.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#2B904C (or 0x2B904C) is known color: Sea Green. HEX triplet: 2B, 90 and 4C. RGB value is (43,144,76). Sum of RGB (Red+Green+Blue) = 43+144+76=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #2B904C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B904C is #D46FB3. Grayscale: #6A6A6A. Windows color (decimal): -13922228 or 5017643. OLE color: 5017643.

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

Color convert

RGB 43 144 76 -
CMYK 0.70 0 0.47 0.44
HSL 139.6º 0.54% 0.37% -
HSV(B) 139.6º 0.7% 0.56% -
XYZ 12.27 20.98 10.24 -
YUV 106.05 111.04 83.03 -
System Red Green Blue C M Y K H S L
Decimal 43 144 76 0.70 0 0.47 0.44 139.6 0.54 0.37
Hex 2B 90 4C 46 0 2F 2C 8C 36 25
Octal 53 220 114 106 0 57 54 214 66 45
Binary 101011 10010000 1001100 1000110 0 101111 101100 10001100 110110 100101

Color Harmonies of #2B904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B904C

Black with #2B904C

Text Example


Text Example

White with #2B904C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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