Html Css Color HEX #2B9D4C Sea Green

📋 copy color: '#2B9D4C'

red 43 ◦ green 157 ◦ blue 76

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

Shades of Sea Green #2B9D4C

Tints of Sea Green #2B9D4C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 56.88%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 15.58%
G = 56.88%
B = 27.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#2B9D4C (or 0x2B9D4C) is known color: Sea Green. HEX triplet: 2B, 9D and 4C. RGB value is (43,157,76). Sum of RGB (Red+Green+Blue) = 43+157+76=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9D4C is #D462B3. Grayscale: #717171. Windows color (decimal): -13918900 or 5020971. OLE color: 5020971.

HSL color Cylindrical-coordinate representation of color #2B9D4C: hue angle of 137.37º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D4C is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 157 76 -
CMYK 0.73 0 0.52 0.38
HSL 137.37º 0.57% 0.39% -
HSV(B) 137.37º 0.73% 0.62% -
XYZ 14.36 25.15 10.94 -
YUV 113.68 106.73 77.59 -
System Red Green Blue C M Y K H S L
Decimal 43 157 76 0.73 0 0.52 0.38 137.37 0.57 0.39
Hex 2B 9D 4C 49 0 34 26 89 39 27
Octal 53 235 114 111 0 64 46 211 71 47
Binary 101011 10011101 1001100 1001001 0 110100 100110 10001001 111001 100111

Color Harmonies of #2B9D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9D4C

Black with #2B9D4C

Text Example


Text Example

White with #2B9D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,157,76); }

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

background-color css

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

 a { background-color: rgb(43,157,76); }

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

border-color css

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

 span { border-color: rgb(43,157,76); }

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