Html Css Color HEX #2B9945 Sea Green

📋 copy color: '#2B9945'

red 43 ◦ green 153 ◦ blue 69

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

Shades of Sea Green #2B9945

Tints of Sea Green #2B9945

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.74%

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 16.23%
G = 57.74%
B = 26.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#2B9945 (or 0x2B9945) is known color: Sea Green. HEX triplet: 2B, 99 and 45. RGB value is (43,153,69). Sum of RGB (Red+Green+Blue) = 43+153+69=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9945 is #D466BA. Grayscale: #6E6E6E. Windows color (decimal): -13919931 or 4561195. OLE color: 4561195.

HSL color Cylindrical-coordinate representation of color #2B9945: hue angle of 134.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9945 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 153 69 -
CMYK 0.72 0 0.55 0.4
HSL 134.18º 0.56% 0.38% -
HSV(B) 134.18º 0.72% 0.6% -
XYZ 13.46 23.73 9.5 -
YUV 110.53 104.56 79.83 -
System Red Green Blue C M Y K H S L
Decimal 43 153 69 0.72 0 0.55 0.4 134.18 0.56 0.38
Hex 2B 99 45 48 0 37 28 86 38 26
Octal 53 231 105 110 0 67 50 206 70 46
Binary 101011 10011001 1000101 1001000 0 110111 101000 10000110 111000 100110

Color Harmonies of #2B9945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9945

Black with #2B9945

Text Example


Text Example

White with #2B9945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,153,69); }

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

background-color css

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

 a { background-color: rgb(43,153,69); }

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

border-color css

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

 span { border-color: rgb(43,153,69); }

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