Html Css Color HEX #2F844F Sea Green

📋 copy color: '#2F844F'

red 47 ◦ green 132 ◦ blue 79

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

Shades of Sea Green #2F844F

Tints of Sea Green #2F844F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 18.22%
G = 51.16%
B = 30.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#2F844F (or 0x2F844F) is known color: Sea Green. HEX triplet: 2F, 84 and 4F. RGB value is (47,132,79). Sum of RGB (Red+Green+Blue) = 47+132+79=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #2F844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F844F is #D07BB0. Grayscale: #646464. Windows color (decimal): -13663153 or 5211183. OLE color: 5211183.

HSL color Cylindrical-coordinate representation of color #2F844F: hue angle of 142.59º 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 #2F844F is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 132 79 -
CMYK 0.64 0 0.40 0.48
HSL 142.59º 0.47% 0.35% -
HSV(B) 142.59º 0.64% 0.52% -
XYZ 10.83 17.67 10.24 -
YUV 100.54 115.84 89.81 -
System Red Green Blue C M Y K H S L
Decimal 47 132 79 0.64 0 0.40 0.48 142.59 0.47 0.35
Hex 2F 84 4F 40 0 28 30 8F 2F 23
Octal 57 204 117 100 0 50 60 217 57 43
Binary 101111 10000100 1001111 1000000 0 101000 110000 10001111 101111 100011

Color Harmonies of #2F844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F844F

Black with #2F844F

Text Example


Text Example

White with #2F844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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