Html Css Color HEX #2B9E4D Sea Green

📋 copy color: '#2B9E4D'

red 43 ◦ green 158 ◦ blue 77

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

Shades of Sea Green #2B9E4D

Tints of Sea Green #2B9E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 56.83%

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 15.47%
G = 56.83%
B = 27.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#2B9E4D (or 0x2B9E4D) is known color: Sea Green. HEX triplet: 2B, 9E and 4D. RGB value is (43,158,77). Sum of RGB (Red+Green+Blue) = 43+158+77=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E4D is #D461B2. Grayscale: #727272. Windows color (decimal): -13918643 or 5086763. OLE color: 5086763.

HSL color Cylindrical-coordinate representation of color #2B9E4D: hue angle of 137.74º 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 #2B9E4D is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 158 77 -
CMYK 0.73 0 0.51 0.38
HSL 137.74º 0.57% 0.39% -
HSV(B) 137.74º 0.73% 0.62% -
XYZ 14.56 25.5 11.18 -
YUV 114.38 106.9 77.09 -
System Red Green Blue C M Y K H S L
Decimal 43 158 77 0.73 0 0.51 0.38 137.74 0.57 0.39
Hex 2B 9E 4D 49 0 33 26 8A 39 27
Octal 53 236 115 111 0 63 46 212 71 47
Binary 101011 10011110 1001101 1001001 0 110011 100110 10001010 111001 100111

Color Harmonies of #2B9E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9E4D

Black with #2B9E4D

Text Example


Text Example

White with #2B9E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,158,77); }

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

background-color css

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

 a { background-color: rgb(43,158,77); }

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

border-color css

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

 span { border-color: rgb(43,158,77); }

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