Html Css Color HEX #2F865C Sea Green

📋 copy color: '#2F865C'

red 47 ◦ green 134 ◦ blue 92

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

Shades of Sea Green #2F865C

Tints of Sea Green #2F865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 17.22%
G = 49.08%
B = 33.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#2F865C (or 0x2F865C) is known color: Sea Green. HEX triplet: 2F, 86 and 5C. RGB value is (47,134,92). Sum of RGB (Red+Green+Blue) = 47+134+92=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #2F865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F865C is #D079A3. Grayscale: #676767. Windows color (decimal): -13662628 or 6063663. OLE color: 6063663.

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

Color convert

RGB 47 134 92 -
CMYK 0.65 0 0.31 0.47
HSL 151.03º 0.48% 0.35% -
HSV(B) 151.03º 0.65% 0.53% -
XYZ 11.63 18.43 13.07 -
YUV 103.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 47 134 92 0.65 0 0.31 0.47 151.03 0.48 0.35
Hex 2F 86 5C 41 0 1F 2F 97 30 23
Octal 57 206 134 101 0 37 57 227 60 43
Binary 101111 10000110 1011100 1000001 0 11111 101111 10010111 110000 100011

Color Harmonies of #2F865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F865C

Black with #2F865C

Text Example


Text Example

White with #2F865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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