Html Css Color HEX #2B7F5B Sea Green

📋 copy color: '#2B7F5B'

red 43 ◦ green 127 ◦ blue 91

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

Shades of Sea Green #2B7F5B

Tints of Sea Green #2B7F5B

RGB

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

 GREEN value IS 127 (50% from 255) = 48.66%

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 16.48%
G = 48.66%
B = 34.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#2B7F5B (or 0x2B7F5B) is known color: Sea Green. HEX triplet: 2B, 7F and 5B. RGB value is (43,127,91). Sum of RGB (Red+Green+Blue) = 43+127+91=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F5B is #D480A4. Grayscale: #616161. Windows color (decimal): -13926565 or 5996331. OLE color: 5996331.

HSL color Cylindrical-coordinate representation of color #2B7F5B: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F5B is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 127 91 -
CMYK 0.66 0 0.28 0.50
HSL 154.29º 0.49% 0.33% -
HSV(B) 154.29º 0.66% 0.5% -
XYZ 10.47 16.45 12.52 -
YUV 97.78 124.17 88.93 -
System Red Green Blue C M Y K H S L
Decimal 43 127 91 0.66 0 0.28 0.50 154.29 0.49 0.33
Hex 2B 7F 5B 42 0 1C 32 9A 31 21
Octal 53 177 133 102 0 34 62 232 61 41
Binary 101011 1111111 1011011 1000010 0 11100 110010 10011010 110001 100001

Color Harmonies of #2B7F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F5B

Black with #2B7F5B

Text Example


Text Example

White with #2B7F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,91); }

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

background-color css

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

 a { background-color: rgb(43,127,91); }

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

border-color css

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

 span { border-color: rgb(43,127,91); }

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