Html Css Color HEX #2B9054 Sea Green

📋 copy color: '#2B9054'

red 43 ◦ green 144 ◦ blue 84

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

Shades of Sea Green #2B9054

Tints of Sea Green #2B9054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31%

R = 15.87%
G = 53.14%
B = 31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#2B9054 (or 0x2B9054) is known color: Sea Green. HEX triplet: 2B, 90 and 54. RGB value is (43,144,84). Sum of RGB (Red+Green+Blue) = 43+144+84=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9054 is #D46FAB. Grayscale: #6B6B6B. Windows color (decimal): -13922220 or 5541931. OLE color: 5541931.

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

Color convert

RGB 43 144 84 -
CMYK 0.70 0 0.42 0.44
HSL 144.36º 0.54% 0.37% -
HSV(B) 144.36º 0.7% 0.56% -
XYZ 12.57 21.1 11.8 -
YUV 106.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 43 144 84 0.70 0 0.42 0.44 144.36 0.54 0.37
Hex 2B 90 54 46 0 2A 2C 90 36 25
Octal 53 220 124 106 0 52 54 220 66 45
Binary 101011 10010000 1010100 1000110 0 101010 101100 10010000 110110 100101

Color Harmonies of #2B9054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9054

Black with #2B9054

Text Example


Text Example

White with #2B9054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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