Html Css Color HEX #2F9350 Sea Green

📋 copy color: '#2F9350'

red 47 ◦ green 147 ◦ blue 80

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

Shades of Sea Green #2F9350

Tints of Sea Green #2F9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.65%

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 17.15%
G = 53.65%
B = 29.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#2F9350 (or 0x2F9350) is known color: Sea Green. HEX triplet: 2F, 93 and 50. RGB value is (47,147,80). Sum of RGB (Red+Green+Blue) = 47+147+80=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9350 is #D06CAF. Grayscale: #6D6D6D. Windows color (decimal): -13659312 or 5280559. OLE color: 5280559.

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

Color convert

RGB 47 147 80 -
CMYK 0.68 0 0.46 0.42
HSL 139.8º 0.52% 0.38% -
HSV(B) 139.8º 0.68% 0.58% -
XYZ 13.05 22.05 11.16 -
YUV 109.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 47 147 80 0.68 0 0.46 0.42 139.8 0.52 0.38
Hex 2F 93 50 44 0 2E 2A 8C 34 26
Octal 57 223 120 104 0 56 52 214 64 46
Binary 101111 10010011 1010000 1000100 0 101110 101010 10001100 110100 100110

Color Harmonies of #2F9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9350

Black with #2F9350

Text Example


Text Example

White with #2F9350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,147,80); }

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

background-color css

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

 a { background-color: rgb(47,147,80); }

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

border-color css

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

 span { border-color: rgb(47,147,80); }

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