Html Css Color HEX #2F9457 Sea Green

📋 copy color: '#2F9457'

red 47 ◦ green 148 ◦ blue 87

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

Shades of Sea Green #2F9457

Tints of Sea Green #2F9457

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.48%

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 16.67%
G = 52.48%
B = 30.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#2F9457 (or 0x2F9457) is known color: Sea Green. HEX triplet: 2F, 94 and 57. RGB value is (47,148,87). Sum of RGB (Red+Green+Blue) = 47+148+87=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9457 is #D06BA8. Grayscale: #6E6E6E. Windows color (decimal): -13659049 or 5739567. OLE color: 5739567.

HSL color Cylindrical-coordinate representation of color #2F9457: hue angle of 143.76º 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 #2F9457 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 148 87 -
CMYK 0.68 0 0.41 0.42
HSL 143.76º 0.52% 0.38% -
HSV(B) 143.76º 0.68% 0.58% -
XYZ 13.48 22.47 12.64 -
YUV 110.85 114.54 82.46 -
System Red Green Blue C M Y K H S L
Decimal 47 148 87 0.68 0 0.41 0.42 143.76 0.52 0.38
Hex 2F 94 57 44 0 29 2A 90 34 26
Octal 57 224 127 104 0 51 52 220 64 46
Binary 101111 10010100 1010111 1000100 0 101001 101010 10010000 110100 100110

Color Harmonies of #2F9457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9457

Black with #2F9457

Text Example


Text Example

White with #2F9457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,148,87); }

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

background-color css

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

 a { background-color: rgb(47,148,87); }

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

border-color css

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

 span { border-color: rgb(47,148,87); }

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