Html Css Color HEX #2FB65A Medium Sea Green

📋 copy color: '#2FB65A'

red 47 ◦ green 182 ◦ blue 90

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

Shades of Medium Sea Green #2FB65A

Tints of Medium Sea Green #2FB65A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.05%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 14.73%
G = 57.05%
B = 28.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#2FB65A (or 0x2FB65A) is known color: Medium Sea Green. HEX triplet: 2F, B6 and 5A. RGB value is (47,182,90). Sum of RGB (Red+Green+Blue) = 47+182+90=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB65A is #D049A5. Grayscale: #838383. Windows color (decimal): -13650342 or 5944879. OLE color: 5944879.

HSL color Cylindrical-coordinate representation of color #2FB65A: hue angle of 139.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB65A is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 90 -
CMYK 0.74 0 0.51 0.29
HSL 139.11º 0.59% 0.45% -
HSV(B) 139.11º 0.74% 0.71% -
XYZ 19.75 34.8 15.35 -
YUV 131.15 104.77 67.98 -
System Red Green Blue C M Y K H S L
Decimal 47 182 90 0.74 0 0.51 0.29 139.11 0.59 0.45
Hex 2F B6 5A 4A 0 33 1D 8B 3B 2D
Octal 57 266 132 112 0 63 35 213 73 55
Binary 101111 10110110 1011010 1001010 0 110011 11101 10001011 111011 101101

Color Harmonies of #2FB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB65A

Black with #2FB65A

Text Example


Text Example

White with #2FB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,182,90); }

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

background-color css

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

 a { background-color: rgb(47,182,90); }

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

border-color css

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

 span { border-color: rgb(47,182,90); }

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