Html Css Color HEX #2F914F Sea Green

📋 copy color: '#2F914F'

red 47 ◦ green 145 ◦ blue 79

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

Shades of Sea Green #2F914F

Tints of Sea Green #2F914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.51%

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

R = 17.34%
G = 53.51%
B = 29.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#2F914F (or 0x2F914F) is known color: Sea Green. HEX triplet: 2F, 91 and 4F. RGB value is (47,145,79). Sum of RGB (Red+Green+Blue) = 47+145+79=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #2F914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F914F is #D06EB0. Grayscale: #6C6C6C. Windows color (decimal): -13659825 or 5214511. OLE color: 5214511.

HSL color Cylindrical-coordinate representation of color #2F914F: hue angle of 139.59º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F914F is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 79 -
CMYK 0.68 0 0.46 0.43
HSL 139.59º 0.51% 0.38% -
HSV(B) 139.59º 0.68% 0.57% -
XYZ 12.71 21.42 10.86 -
YUV 108.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 47 145 79 0.68 0 0.46 0.43 139.59 0.51 0.38
Hex 2F 91 4F 44 0 2E 2B 8C 33 26
Octal 57 221 117 104 0 56 53 214 63 46
Binary 101111 10010001 1001111 1000100 0 101110 101011 10001100 110011 100110

Color Harmonies of #2F914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F914F

Black with #2F914F

Text Example


Text Example

White with #2F914F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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