Html Css Color HEX #2F8764 Sea Green

📋 copy color: '#2F8764'

red 47 ◦ green 135 ◦ blue 100

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

Shades of Sea Green #2F8764

Tints of Sea Green #2F8764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.87%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 16.67%
G = 47.87%
B = 35.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#2F8764 (or 0x2F8764) is known color: Sea Green. HEX triplet: 2F, 87 and 64. RGB value is (47,135,100). Sum of RGB (Red+Green+Blue) = 47+135+100=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8764 is #D0789B. Grayscale: #686868. Windows color (decimal): -13662364 or 6588207. OLE color: 6588207.

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

Color convert

RGB 47 135 100 -
CMYK 0.65 0 0.26 0.47
HSL 156.14º 0.48% 0.36% -
HSV(B) 156.14º 0.65% 0.53% -
XYZ 12.14 18.85 15.06 -
YUV 104.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 47 135 100 0.65 0 0.26 0.47 156.14 0.48 0.36
Hex 2F 87 64 41 0 1A 2F 9C 30 24
Octal 57 207 144 101 0 32 57 234 60 44
Binary 101111 10000111 1100100 1000001 0 11010 101111 10011100 110000 100100

Color Harmonies of #2F8764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8764

Black with #2F8764

Text Example


Text Example

White with #2F8764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,135,100); }

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

background-color css

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

 a { background-color: rgb(47,135,100); }

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

border-color css

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

 span { border-color: rgb(47,135,100); }

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