Html Css Color HEX #2B9241 Sea Green

📋 copy color: '#2B9241'

red 43 ◦ green 146 ◦ blue 65

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

Shades of Sea Green #2B9241

Tints of Sea Green #2B9241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.48%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 16.93%
G = 57.48%
B = 25.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#2B9241 (or 0x2B9241) is known color: Sea Green. HEX triplet: 2B, 92 and 41. RGB value is (43,146,65). Sum of RGB (Red+Green+Blue) = 43+146+65=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9241 is #D46DBE. Grayscale: #6A6A6A. Windows color (decimal): -13921727 or 4297259. OLE color: 4297259.

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

Color convert

RGB 43 146 65 -
CMYK 0.71 0 0.55 0.43
HSL 132.82º 0.54% 0.37% -
HSV(B) 132.82º 0.71% 0.57% -
XYZ 12.23 21.45 8.5 -
YUV 105.97 104.88 83.09 -
System Red Green Blue C M Y K H S L
Decimal 43 146 65 0.71 0 0.55 0.43 132.82 0.54 0.37
Hex 2B 92 41 47 0 37 2B 85 36 25
Octal 53 222 101 107 0 67 53 205 66 45
Binary 101011 10010010 1000001 1000111 0 110111 101011 10000101 110110 100101

Color Harmonies of #2B9241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9241

Black with #2B9241

Text Example


Text Example

White with #2B9241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,146,65); }

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

background-color css

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

 a { background-color: rgb(43,146,65); }

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

border-color css

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

 span { border-color: rgb(43,146,65); }

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