Html Css Color HEX #2B9455 Sea Green

📋 copy color: '#2B9455'

red 43 ◦ green 148 ◦ blue 85

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

Shades of Sea Green #2B9455

Tints of Sea Green #2B9455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 15.58%
G = 53.62%
B = 30.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#2B9455 (or 0x2B9455) is known color: Sea Green. HEX triplet: 2B, 94 and 55. RGB value is (43,148,85). Sum of RGB (Red+Green+Blue) = 43+148+85=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9455 is #D46BAA. Grayscale: #6D6D6D. Windows color (decimal): -13921195 or 5608491. OLE color: 5608491.

HSL color Cylindrical-coordinate representation of color #2B9455: hue angle of 144º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9455 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 148 85 -
CMYK 0.71 0 0.43 0.42
HSL 144º 0.55% 0.37% -
HSV(B) 144º 0.71% 0.58% -
XYZ 13.23 22.35 12.21 -
YUV 109.42 114.21 80.62 -
System Red Green Blue C M Y K H S L
Decimal 43 148 85 0.71 0 0.43 0.42 144 0.55 0.37
Hex 2B 94 55 47 0 2B 2A 90 37 25
Octal 53 224 125 107 0 53 52 220 67 45
Binary 101011 10010100 1010101 1000111 0 101011 101010 10010000 110111 100101

Color Harmonies of #2B9455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9455

Black with #2B9455

Text Example


Text Example

White with #2B9455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,148,85); }

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

background-color css

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

 a { background-color: rgb(43,148,85); }

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

border-color css

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

 span { border-color: rgb(43,148,85); }

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