Html Css Color HEX #2B9A4F Sea Green

📋 copy color: '#2B9A4F'

red 43 ◦ green 154 ◦ blue 79

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

Shades of Sea Green #2B9A4F

Tints of Sea Green #2B9A4F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.8%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 15.58%
G = 55.8%
B = 28.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#2B9A4F (or 0x2B9A4F) is known color: Sea Green. HEX triplet: 2B, 9A and 4F. RGB value is (43,154,79). Sum of RGB (Red+Green+Blue) = 43+154+79=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 154 (60.55% from 255 or 55.80% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9A4F is #D465B0. Grayscale: #707070. Windows color (decimal): -13919665 or 5216811. OLE color: 5216811.

HSL color Cylindrical-coordinate representation of color #2B9A4F: hue angle of 139.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A4F is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 154 79 -
CMYK 0.72 0 0.49 0.40
HSL 139.46º 0.56% 0.39% -
HSV(B) 139.46º 0.72% 0.6% -
XYZ 13.96 24.19 11.33 -
YUV 112.26 109.23 78.6 -
System Red Green Blue C M Y K H S L
Decimal 43 154 79 0.72 0 0.49 0.40 139.46 0.56 0.39
Hex 2B 9A 4F 48 0 31 28 8B 38 27
Octal 53 232 117 110 0 61 50 213 70 47
Binary 101011 10011010 1001111 1001000 0 110001 101000 10001011 111000 100111

Color Harmonies of #2B9A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9A4F

Black with #2B9A4F

Text Example


Text Example

White with #2B9A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,154,79); }

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

background-color css

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

 a { background-color: rgb(43,154,79); }

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

border-color css

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

 span { border-color: rgb(43,154,79); }

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