Html Css Color HEX #2B9245 Sea Green

📋 copy color: '#2B9245'

red 43 ◦ green 146 ◦ blue 69

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

Shades of Sea Green #2B9245

Tints of Sea Green #2B9245

RGB

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

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

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

R = 16.67%
G = 56.59%
B = 26.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#2B9245 (or 0x2B9245) is known color: Sea Green. HEX triplet: 2B, 92 and 45. RGB value is (43,146,69). Sum of RGB (Red+Green+Blue) = 43+146+69=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9245 is #D46DBA. Grayscale: #6A6A6A. Windows color (decimal): -13921723 or 4559403. OLE color: 4559403.

HSL color Cylindrical-coordinate representation of color #2B9245: hue angle of 135.15º 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 #2B9245 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 146 69 -
CMYK 0.71 0 0.53 0.43
HSL 135.15º 0.54% 0.37% -
HSV(B) 135.15º 0.71% 0.57% -
XYZ 12.35 21.5 9.13 -
YUV 106.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 43 146 69 0.71 0 0.53 0.43 135.15 0.54 0.37
Hex 2B 92 45 47 0 35 2B 87 36 25
Octal 53 222 105 107 0 65 53 207 66 45
Binary 101011 10010010 1000101 1000111 0 110101 101011 10000111 110110 100101

Color Harmonies of #2B9245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9245

Black with #2B9245

Text Example


Text Example

White with #2B9245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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