Html Css Color HEX #2F845B Sea Green

📋 copy color: '#2F845B'

red 47 ◦ green 132 ◦ blue 91

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

Shades of Sea Green #2F845B

Tints of Sea Green #2F845B

RGB

 RED value IS 47 (18.75% from 255) = 17.41%

 GREEN value IS 132 (51.95% from 255) = 48.89%

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

R = 17.41%
G = 48.89%
B = 33.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#2F845B (or 0x2F845B) is known color: Sea Green. HEX triplet: 2F, 84 and 5B. RGB value is (47,132,91). Sum of RGB (Red+Green+Blue) = 47+132+91=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #2F845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F845B is #D07BA4. Grayscale: #656565. Windows color (decimal): -13663141 or 5997615. OLE color: 5997615.

HSL color Cylindrical-coordinate representation of color #2F845B: hue angle of 151.06º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F845B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 132 91 -
CMYK 0.64 0 0.31 0.48
HSL 151.06º 0.47% 0.35% -
HSV(B) 151.06º 0.64% 0.52% -
XYZ 11.31 17.86 12.75 -
YUV 101.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 47 132 91 0.64 0 0.31 0.48 151.06 0.47 0.35
Hex 2F 84 5B 40 0 1F 30 97 2F 23
Octal 57 204 133 100 0 37 60 227 57 43
Binary 101111 10000100 1011011 1000000 0 11111 110000 10010111 101111 100011

Color Harmonies of #2F845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F845B

Black with #2F845B

Text Example


Text Example

White with #2F845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,132,91); }

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

background-color css

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

 a { background-color: rgb(47,132,91); }

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

border-color css

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

 span { border-color: rgb(47,132,91); }

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