Html Css Color HEX #2F865A Sea Green

📋 copy color: '#2F865A'

red 47 ◦ green 134 ◦ blue 90

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

Shades of Sea Green #2F865A

Tints of Sea Green #2F865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 17.34%
G = 49.45%
B = 33.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#2F865A (or 0x2F865A) is known color: Sea Green. HEX triplet: 2F, 86 and 5A. RGB value is (47,134,90). Sum of RGB (Red+Green+Blue) = 47+134+90=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #2F865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F865A is #D079A5. Grayscale: #676767. Windows color (decimal): -13662630 or 5932591. OLE color: 5932591.

HSL color Cylindrical-coordinate representation of color #2F865A: hue angle of 149.66º 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 #2F865A is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 134 90 -
CMYK 0.65 0 0.33 0.47
HSL 149.66º 0.48% 0.35% -
HSV(B) 149.66º 0.65% 0.53% -
XYZ 11.54 18.39 12.61 -
YUV 102.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 47 134 90 0.65 0 0.33 0.47 149.66 0.48 0.35
Hex 2F 86 5A 41 0 21 2F 96 30 23
Octal 57 206 132 101 0 41 57 226 60 43
Binary 101111 10000110 1011010 1000001 0 100001 101111 10010110 110000 100011

Color Harmonies of #2F865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F865A

Black with #2F865A

Text Example


Text Example

White with #2F865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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