Html Css Color HEX #2B974A Sea Green

📋 copy color: '#2B974A'

red 43 ◦ green 151 ◦ blue 74

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

Shades of Sea Green #2B974A

Tints of Sea Green #2B974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.34%

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 16.04%
G = 56.34%
B = 27.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#2B974A (or 0x2B974A) is known color: Sea Green. HEX triplet: 2B, 97 and 4A. RGB value is (43,151,74). Sum of RGB (Red+Green+Blue) = 43+151+74=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #2B974A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B974A is #D468B5. Grayscale: #6E6E6E. Windows color (decimal): -13920438 or 4888363. OLE color: 4888363.

HSL color Cylindrical-coordinate representation of color #2B974A: hue angle of 137.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B974A is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 151 74 -
CMYK 0.72 0 0.51 0.41
HSL 137.22º 0.56% 0.38% -
HSV(B) 137.22º 0.72% 0.59% -
XYZ 13.3 23.14 10.24 -
YUV 109.93 107.72 80.26 -
System Red Green Blue C M Y K H S L
Decimal 43 151 74 0.72 0 0.51 0.41 137.22 0.56 0.38
Hex 2B 97 4A 48 0 33 29 89 38 26
Octal 53 227 112 110 0 63 51 211 70 46
Binary 101011 10010111 1001010 1001000 0 110011 101001 10001001 111000 100110

Color Harmonies of #2B974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B974A

Black with #2B974A

Text Example


Text Example

White with #2B974A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,151,74); }

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

background-color css

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

 a { background-color: rgb(43,151,74); }

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

border-color css

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

 span { border-color: rgb(43,151,74); }

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