Html Css Color HEX #2F865B Sea Green

📋 copy color: '#2F865B'

red 47 ◦ green 134 ◦ blue 91

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

Shades of Sea Green #2F865B

Tints of Sea Green #2F865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.26%

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

R = 17.28%
G = 49.26%
B = 33.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#2F865B (or 0x2F865B) is known color: Sea Green. HEX triplet: 2F, 86 and 5B. RGB value is (47,134,91). Sum of RGB (Red+Green+Blue) = 47+134+91=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #2F865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F865B is #D079A4. Grayscale: #676767. Windows color (decimal): -13662629 or 5998127. OLE color: 5998127.

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

Color convert

RGB 47 134 91 -
CMYK 0.65 0 0.32 0.47
HSL 150.34º 0.48% 0.35% -
HSV(B) 150.34º 0.65% 0.53% -
XYZ 11.59 18.41 12.84 -
YUV 103.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 47 134 91 0.65 0 0.32 0.47 150.34 0.48 0.35
Hex 2F 86 5B 41 0 20 2F 96 30 23
Octal 57 206 133 101 0 40 57 226 60 43
Binary 101111 10000110 1011011 1000001 0 100000 101111 10010110 110000 100011

Color Harmonies of #2F865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F865B

Black with #2F865B

Text Example


Text Example

White with #2F865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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